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 | 189003c83ee04e1819245c861c1ba31597db537d (patch) | |
tree | 1d2a5ddcfca6fa66d75be74ec18402cdfe347b54 /guix | |
parent | 5d8c2b742c7bc105536af56b08edb5d3349412a8 (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/") |