From c3840386386d335af2328809c4f45f4eab200a57 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Mon, 13 Jul 2026 10:47:15 +0300 Subject: [PATCH] chore: update legacy TeoSlayer/pilotprotocol references to pilot-protocol org The GitHub org was renamed; the hub now lives at pilot-protocol/pilotprotocol. These references only worked via GitHub redirects. Co-Authored-By: Claude Fable 5 --- packages/darwin-arm64/package.json | 2 +- packages/darwin-x64/package.json | 2 +- packages/linux-arm64/package.json | 2 +- packages/linux-x64/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index cc1ba85..76ae4d9 100644 --- a/packages/darwin-arm64/package.json +++ b/packages/darwin-arm64/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/TeoSlayer/pilotprotocol", + "url": "https://github.com/pilot-protocol/sdk-node", "directory": "sdk/node/packages/darwin-arm64" }, "homepage": "https://pilotprotocol.network", diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index 3686c34..dfc8bc1 100644 --- a/packages/darwin-x64/package.json +++ b/packages/darwin-x64/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/TeoSlayer/pilotprotocol", + "url": "https://github.com/pilot-protocol/sdk-node", "directory": "sdk/node/packages/darwin-x64" }, "homepage": "https://pilotprotocol.network", diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index 369423a..6e39e4d 100644 --- a/packages/linux-arm64/package.json +++ b/packages/linux-arm64/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/TeoSlayer/pilotprotocol", + "url": "https://github.com/pilot-protocol/sdk-node", "directory": "sdk/node/packages/linux-arm64" }, "homepage": "https://pilotprotocol.network", diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index e9c1ff3..763a24b 100644 --- a/packages/linux-x64/package.json +++ b/packages/linux-x64/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://github.com/TeoSlayer/pilotprotocol", + "url": "https://github.com/pilot-protocol/sdk-node", "directory": "sdk/node/packages/linux-x64" }, "homepage": "https://pilotprotocol.network",