guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit 30b2f03b1a3c2216be29d25f7e9105bd53425d32
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 5df2571b20..a9bcb3bd48 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