guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8d4a79cb31cf72f15eb4cbc6fb19468713121f24
Author: Owen T. Heisler <[email protected]>
AuthorDate: Tue Sep 15 18:54:57 2026 +0000
guix-install: Avoid broken ftpmirror.gnu.org mirrors.
* etc/guix-install.sh: Replace ftpmirror.gnu.org with ftp.gnu.org.
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #11259
---
etc/guix-install.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 5d4b3facef4..e8371c0e3fb 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -18,6 +18,7 @@
# Copyright © 2024 Richard Sent <[email protected]>
# Copyright © 2025 Denis 'GNUtoo' Carikli <[email protected]>
# Copyright © 2025 Noé Lopez <[email protected]>
+# Copyright © 2026 Owen T. Heisler <[email protected]>
#
# This file is part of GNU Guix.
#
@@ -103,7 +104,7 @@ WAR=$'[ \033[33;1mWARN\033[0m ] '
INF="[ INFO ] "
DEBUG=0
-GNU_URL="https://ftpmirror.gnu.org/gnu/guix/"
+GNU_URL="https://ftp.gnu.org/gnu/guix/"
# The following associative array holds set of GPG keys used to sign the
# releases, keyed by their corresponding Codeberg user name.