From 97f5ab44f985c23b23fce4ddcbd920d97949b001 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Tue, 8 Oct 2024 20:51:17 +0200 Subject: [PATCH] Fix pkg config --- npm/darwin-arm64/package.json | 2 +- npm/darwin-x64/package.json | 2 +- npm/linux-arm64-gnu/package.json | 2 +- npm/linux-arm64-musl/package.json | 2 +- npm/linux-x64-gnu/package.json | 2 +- npm/linux-x64-musl/package.json | 2 +- npm/win32-x64-msvc/package.json | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index ffbe52c..ca35abd 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 957644a..8ca6277 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 3034389..e1f0dfb 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 083d1db..adea870 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index a3358c5..c421e7c 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index b45dc55..75bad13 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 1ab59ef..702d855 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues" diff --git a/package.json b/package.json index e439b90..c02cc6c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/ChainSafe/xdelta3-node#readme", "repository": { "type": "git", - "url": "git+https://github.com:ChainSafe/xdelta3-node.git" + "url": "git+https://github.com/ChainSafe/xdelta3-node.git" }, "bugs": { "url": "https://github.com/ChainSafe/xdelta3-node/issues"