diff options
author | Christopher Baines <mail@cbaines.net> | 2025-05-25 14:01:08 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-05-25 14:01:08 +0100 |
commit | 58f1dc5acb297ee51b7257fb768d2b2551645c14 (patch) | |
tree | 0e6f163a287bdbd2d11e0249c2e57a33af045433 | |
parent | 252981821aab294668deb6ae98db96e4a70eac75 (diff) | |
download | qa-frontpage-58f1dc5acb297ee51b7257fb768d2b2551645c14.tar qa-frontpage-58f1dc5acb297ee51b7257fb768d2b2551645c14.tar.gz |
Update Guix repository URL
-rw-r--r-- | guix-qa-frontpage/git-repository.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm index 13e5a03..3820646 100644 --- a/guix-qa-frontpage/git-repository.scm +++ b/guix-qa-frontpage/git-repository.scm @@ -59,7 +59,7 @@ (guix.git-excursion (lambda () (invoke "git" "remote" "add" "origin" - "https://git.savannah.gnu.org/git/guix.git") + "https://git.guix.gnu.org/guix.git") (invoke "git" "remote" "add" "patches" (patches-repository-remote-url)) |