guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.

commit 8910c35883ce035131dd64251dd292144eea64e8
Author: Sughosha <[email protected]>
AuthorDate: Fri Jun 19 11:29:34 2026 +0530

    gnu: gnupg: Change url to a mirror due to unavailibility.
    
    The official https://dev.gnupg.org/source/gnupg url is temporarily down
    and suggests its GitHub mirror.
    
    * gnu/packages/gnupg.scm (gnupg)[source]<uri>: Update url.
    
    Merges guix/guix!9368
    
    Change-Id: Ia07aee2096e05734aa7437ae5252264c552fc057
---
 gnu/packages/gnupg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a9bcb3bd48..4d35dc2257 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2026 Luis Guilherme Coelho <[email protected]>
 ;;; Copyright © 2026 Daniel Littlewood <[email protected]>
 ;;; Copyright © 2026 Cayetano Santos <[email protected]>
+;;; Copyright © 2026 Sughosha <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -343,7 +344,7 @@ compatible to GNU Pth.")
      (origin
        (method git-fetch)
        (uri (git-reference
-              (url "https://dev.gnupg.org/source/gnupg";)
+              (url "https://github.com/gpg/gnupg";)
               (commit (string-append "gnupg-" version))))
        (file-name (git-file-name name version))
        (sha256

Reply via email to