This commit applies the PezkuwiChain terminology to the Solochain Template and updates relevant URLs.
Changes include:
- Renaming packages:
- `solochain-template-node` -> `pez-solochain-template-node`
- `solochain-template-runtime` -> `pez-solochain-template-runtime`
- Updating `Cargo.toml` files (dependencies, names, homepage, repository).
- Updating `runtime/src/lib.rs` with new `spec_name` and `impl_name`.
- Rebranding documentation (README, docs) to use Pezkuwi, PezkuwiChain, TeyrChain, Zagros.
- Updating Docker build tag in `.github/workflows/ci.yml`.
- Fixing incorrect `substrate.io` and `paritytech` URLs to `pezkuwichain.io` and `pezkuwichain` organization where applicable.
This commit updates the repository and homepage URLs to point to the PezkuwiChain organization and website.
Changes:
- Updated `homepage` in `Cargo.toml` to `https://pezkuwichain.io`.
- Updated `repository` in `Cargo.toml` to `https://github.com/pezkuwichain/pez-solochain-template.git`.
- Updated `README.md` links to reflect the new organization (`pezkuwichain`) instead of `paritytech` or `substrate-developer-hub`.
- Updated Docker build tag in `.github/workflows/ci.yml`.