commit 25ab19931a4b7496d3891880ac33e80d2a53955c
parent 958747be0e949b3dd16c5bb16cedb6ec2a5cb314
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Mon, 21 Sep 2026 07:10:24 -0300
ci: point the mirror at the renamed github repository
The old name still redirects, but the push warns and the redirect is not
something to keep relying on.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.builds/mirror-sync.yml b/.builds/mirror-sync.yml
@@ -8,5 +8,5 @@ tasks:
ssh-keyscan github.com >> ~/.ssh/known_hosts
git clone --mirror https://git.sr.ht/~jackmordaunt/nativeaudio
cd nativeaudio
- git remote set-url --push origin git@github.com:jackmordaunt/go-nativeaudio.git
+ git remote set-url --push origin git@github.com:JackMordaunt/nativeaudio.git
git push --mirror