mbakke pushed a commit to branch master
in repository guix.

commit 52aa21cc9a15cdbbae1c72b8fd28adeb66791a9b
Author: Maxime Devos <[email protected]>
AuthorDate: Sun Aug 28 17:15:44 2022 +0200

    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 <[email protected]>
---
 gnu/packages/gnupg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to