From 45509211ca1452c4bb72ec4bab06c46ac5a2f005 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Mon, 13 Jul 2026 10:46:58 +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 --- .github/workflows/ci.yml | 2 +- dashboard/dashboard.go | 2 +- server_lifecycle.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9400fb..2d7420b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 uses: actions/checkout@v7.0.0 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - uses: actions/setup-go@v6.5.0 diff --git a/dashboard/dashboard.go b/dashboard/dashboard.go index cf751d0..8a47892 100644 --- a/dashboard/dashboard.go +++ b/dashboard/dashboard.go @@ -2117,7 +2117,7 @@ footer a:hover{color:var(--accent)} diff --git a/server_lifecycle.go b/server_lifecycle.go index d61eb6a..b1839da 100644 --- a/server_lifecycle.go +++ b/server_lifecycle.go @@ -1135,7 +1135,7 @@ func NewWithStore(beaconAddr, storePath string) *Server { }, }) - s.releasePoller = newReleasePoller("TeoSlayer/pilotprotocol") + s.releasePoller = newReleasePoller("pilot-protocol/pilotprotocol") go s.dashboard.StatsCollectorLoop(s.readyCh, s.done, s.sampleStats, s.recordSample) go s.dashboard.PulseLoop() go s.heartbeatLoop()