Skip to content
Snippets Groups Projects
Unverified Commit b23c1a71 authored by Leo Famulari's avatar Leo Famulari
Browse files

download: Update the GnuPG mirror list.

* guix/download.scm (%mirrors) <gnupg>: Use HTTP for TU Wien mirror.
parent 52b2d666
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ (define %mirrors ...@@ -66,7 +66,7 @@ (define %mirrors
"ftp://gcc.gnu.org/pub/gcc/" "ftp://gcc.gnu.org/pub/gcc/"
,@(map (cut string-append <> "/gcc") gnu-mirrors)) ,@(map (cut string-append <> "/gcc") gnu-mirrors))
(gnupg (gnupg
"ftp://gd.tuwien.ac.at/privacy/gnupg/" "http://gd.tuwien.ac.at/privacy/gnupg/"
"ftp://mirrors.dotsrc.org/gcrypt/" "ftp://mirrors.dotsrc.org/gcrypt/"
"ftp://mirror.cict.fr/gnupg/" "ftp://mirror.cict.fr/gnupg/"
"http://artfiles.org/gnupg.org" "http://artfiles.org/gnupg.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment