diff options
author | Maxime Devos <maximedevos@telenet.be> | 2022-08-28 17:15:44 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-29 18:22:58 +0200 |
commit | 52aa21cc9a15cdbbae1c72b8fd28adeb66791a9b (patch) | |
tree | 14e9bd9a45e03e2ffa8601a17694afdffa739478 | |
parent | 309935a0164d44f0a9c0a02459b53c2dd936b7e3 (diff) |
gnu: gnupg: Use mirror URL.
In commit 38747a27f36dbaadadb1399ec085d88e48c97555, 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>
-rw-r--r-- | gnu/packages/gnupg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 90215a6877..f9f39d6116 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -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 |