update repo name to use lightningdevkit
[rust-lightning] / .github / workflows / build.yml
index 20ca306b18dcd7e185a1cc629012a6ce1ec7da4c..b5480f7388a0fa9a0716b96d72188a6e1d56e916 100644 (file)
@@ -240,7 +240,7 @@ jobs:
           profile: minimal
       - name: Fetch full tree and rebase on upstream
         run: |
-          git remote add upstream https://github.com/rust-bitcoin/rust-lightning
+          git remote add upstream https://github.com/lightningdevkit/rust-lightning
           git fetch upstream
           export GIT_COMMITTER_EMAIL="rl-ci@example.com"
           export GIT_COMMITTER_NAME="RL CI"