aboutsummaryrefslogtreecommitdiff
path: root/guix/download.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-08-04 17:40:46 -0400
committerLeo Famulari <leo@famulari.name>2021-07-27 12:34:57 -0400
commit189003c83ee04e1819245c861c1ba31597db537d (patch)
tree1d2a5ddcfca6fa66d75be74ec18402cdfe347b54 /guix/download.scm
parent5d8c2b742c7bc105536af56b08edb5d3349412a8 (diff)
downloadguix-189003c83ee04e1819245c861c1ba31597db537d.tar
guix-189003c83ee04e1819245c861c1ba31597db537d.tar.gz
download: Remove defunct GNOME mirrors.
* guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try the canonical site first.
Diffstat (limited to 'guix/download.scm')
-rw-r--r--guix/download.scm4
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/")