guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit 2601abcf8940a5e9c7abe7551e65ad946e20dda1
Author: Sughosha <[email protected]>
AuthorDate: Fri Jun 19 11:28:11 2026 +0530
gnu: libgcrypt: Change url to a mirror due to unavailibility.
The official https://dev.gnupg.org/source/libgcrypt url is temporarily
down and suggests its GitHub mirror.
* gnu/packages/gnupg.scm (libgcrypt)[source]<uri>: Update url.
Merges guix/guix!9368
Change-Id: I980d5d12906fdef71cb28ea5cf574abde2d93aac
---
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 2e1c49e767..a6b759ce42 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -191,7 +191,7 @@ Daemon and possibly more in the future.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://dev.gnupg.org/source/libgcrypt")
+ (url "https://github.com/gpg/libgcrypt")
(commit (string-append "libgcrypt-" version))))
(file-name (git-file-name name version))
(sha256