diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-04 17:40:46 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:57 -0400 |
commit | 3a01496b4b9ae209435e8d9dd28f33132193b603 (patch) | |
tree | 264eb02b9d92a664f55cc44ee704bd663e68a6f2 /guix | |
parent | ba2c594c1c3a98fc7ba467e5b8e1212a1b850107 (diff) |
download: Remove defunct GNOME mirrors.
* guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try
the canonical site first.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/download.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guix/download.scm b/guix/download.scm index b6eb97e6fa..d60c898c57 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -88,10 +88,8 @@ "ftp://ftp.ring.gr.jp/pub/net/gnupg/" "ftp://ftp.gnupg.org/gcrypt/") (gnome - "http://ftp.belnet.be/ftp.gnome.org/" - "http://ftp.linux.org.uk/mirrors/ftp.gnome.org/" - "http://ftp.gnome.org/pub/GNOME/" "https://download.gnome.org/" + "http://ftp.gnome.org/pub/GNOME/" "http://mirror.yandex.ru/mirrors/ftp.gnome.org/") (hackage "http://hackage.haskell.org/") |