gnu: gnupg: Use mirror URL.
In commit 38747a27f3
, the package switched from
a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any
particular reason for that.
* gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again.
Signed-off-by: Marius Bakke <marius@gnu.org>
master
parent
309935a016
commit
52aa21cc9a
|
@ -288,7 +288,7 @@ compatible to GNU Pth.")
|
|||
(replacement gnupg/fixed)
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version
|
||||
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
|
||||
".tar.bz2"))
|
||||
(patches (search-patches "gnupg-default-pinentry.patch"))
|
||||
(sha256
|
||||
|
|
Reference in New Issue