From 189003c83ee04e1819245c861c1ba31597db537d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 4 Aug 2021 17:40:46 -0400 Subject: [PATCH] download: Remove defunct GNOME mirrors. * guix/download.scm (%mirrors): Remove defunct GNOME mirrors, and try the canonical site first. --- guix/download.scm | 4 +--- 1 file changed, 1 insertion(+), 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/")