guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: download: Remove defunct GNOME mirro


From: guix-commits
Subject: branch core-updates-frozen updated: download: Remove defunct GNOME mirrors.
Date: Thu, 05 Aug 2021 17:21:55 -0400

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

lfam pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 3a01496  download: Remove defunct GNOME mirrors.
3a01496 is described below

commit 3a01496b4b9ae209435e8d9dd28f33132193b603
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]