guix-commits
[Top][All Lists]
Advanced

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

04/07: download: Add GNOME mirror.


From: Ludovic Courtès
Subject: 04/07: download: Add GNOME mirror.
Date: Wed, 1 Feb 2017 22:53:49 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 93897a4538af1aa849f186d8d34013232c6f9666
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 1 23:41:12 2017 +0100

    download: Add GNOME mirror.
    
    * guix/download.scm (%mirrors): Add "https://download.gnome.org";.
---
 guix/download.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/download.scm b/guix/download.scm
index 80efb9d..813f51f 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -88,6 +88,7 @@
        "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://mirror.yandex.ru/mirrors/ftp.gnome.org/";)
       (hackage
        "http://hackage.haskell.org/";)



reply via email to

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