diff --git a/package.json b/package.json index 636771d..02206e3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "type": "module", "description": "A collection of libraries and tools needed to run Bizinikiwi Wasm light clients directly in the browser", - "repository": "https://github.com/pezkuwichain/bizinikiwi-connect.git", + "repository": "https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git", "author": "Parity Team ", "maintainers": [ "Stefanie Doll ", diff --git a/packages/connect-discovery/package.json b/packages/connect-discovery/package.json index 7b5df4c..0a6dd0c 100644 --- a/packages/connect-discovery/package.json +++ b/packages/connect-discovery/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/pezkuwichain/bizinikiwi-connect.git" + "url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git" }, "license": "MIT", "main": "./dist/commonjs/index.js", diff --git a/packages/connect-known-chains/package.json b/packages/connect-known-chains/package.json index 5b479a9..dc5419d 100644 --- a/packages/connect-known-chains/package.json +++ b/packages/connect-known-chains/package.json @@ -253,12 +253,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pezkuwichain/bizinikiwi-connect.git" + "url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git" }, "bugs": { - "url": "https://github.com/pezkuwichain/bizinikiwi-connect/issues" + "url": "https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect/issues" }, - "homepage": "https://github.com/pezkuwichain/bizinikiwi-connect#readme", + "homepage": "https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect#readme", "scripts": { "prepare": "corepack pnpm turbo build", "build-js-specs": "node scripts/build-js-specs.js", diff --git a/packages/connect/package.json b/packages/connect/package.json index f1bc4d8..10a97f3 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -66,12 +66,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pezkuwichain/bizinikiwi-connect.git" + "url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git" }, "bugs": { - "url": "https://github.com/pezkuwichain/bizinikiwi-connect/issues" + "url": "https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect/issues" }, - "homepage": "https://github.com/pezkuwichain/bizinikiwi-connect#readme", + "homepage": "https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect#readme", "scripts": { "prepare": "corepack pnpm turbo build", "deep-clean": "npm run clean && rimraf dist node_modules", diff --git a/packages/discovery/package.json b/packages/discovery/package.json index 409e731..a8f5b5c 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -4,7 +4,7 @@ "author": "Parity Technologies (https://github.com/pezkuwichain)", "repository": { "type": "git", - "url": "git+https://github.com/pezkuwichain/bizinikiwi-connect.git" + "url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git" }, "license": "MIT", "type": "module", diff --git a/packages/smoldot-discovery/package.json b/packages/smoldot-discovery/package.json index 20baebd..913de53 100644 --- a/packages/smoldot-discovery/package.json +++ b/packages/smoldot-discovery/package.json @@ -4,7 +4,7 @@ "author": "Parity Technologies (https://github.com/pezkuwichain)", "repository": { "type": "git", - "url": "git+https://github.com/pezkuwichain/bizinikiwi-connect.git" + "url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git" }, "type": "module", "main": "./dist/commonjs/index.js",