guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: download: Remove defunct GNOME mirrors.


From: guix-commits
Subject: branch master updated: download: Remove defunct GNOME mirrors.
Date: Wed, 04 Aug 2021 17:52:59 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 189003c  download: Remove defunct GNOME mirrors.
189003c is described below

commit 189003c83ee04e1819245c861c1ba31597db537d
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Aug 4 17:40:46 2021 -0400

    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 b6eb97e..d60c898 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]