guix-commits
[Top][All Lists]
Advanced

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

02/02: download: Add the canonical GnuPG download site.


From: Leo Famulari
Subject: 02/02: download: Add the canonical GnuPG download site.
Date: Wed, 9 Aug 2017 16:02:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit df851f5a91bb2ea272d0b997ac862c7a58c40721
Author: Leo Famulari <address@hidden>
Date:   Wed Aug 9 15:53:24 2017 -0400

    download: Add the canonical GnuPG download site.
    
    * guix/download.scm (%mirrors)<gnupg>: Add https://gnupg.org.
---
 guix/download.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/download.scm b/guix/download.scm
index d7590d4..bf818e3 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -67,12 +67,13 @@
        ,@(map (cut string-append <> "/gcc") gnu-mirrors))
       (gnupg
        "http://gd.tuwien.ac.at/privacy/gnupg/";
+       "http://artfiles.org/gnupg.org";
+       "http://www.crysys.hu/";
+       "https://gnupg.org/ftp/gcrypt/";
        "ftp://mirrors.dotsrc.org/gcrypt/";
        "ftp://mirror.cict.fr/gnupg/";
-       "http://artfiles.org/gnupg.org";
        "ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/";
        "ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/";
-       "http://www.crysys.hu/";
        "ftp://ftp.hi.is/pub/mirrors/gnupg/";
        "ftp://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/";
        "ftp://ftp.bit.nl/mirror/gnupg/";



reply via email to

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