Update URLs for PezkuwiChain rebrand

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`.
This commit is contained in:
google-labs-jules[bot]
2026-01-11 10:50:48 +00:00
parent c297b0f009
commit bf97b9a0e2
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ jobs:
swap-storage: false
- name: Build the Dockerfile
run: docker build . -t polkadot-sdk-solochain-template
run: docker build . -t pez-solochain-template
timeout-minutes: 90