diff options
| author | Sughosha <sughosha@disroot.org> | 2026-06-19 11:28:11 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:36 +0200 |
| commit | 21c30d19dfb0103a8f80f0ba66b4895f372d647f (patch) | |
| tree | 68b5016075950d7b28a8802ebfba754305d946cc /gnu | |
| parent | 0b221edb03338dcc3790ce083134f227e58ec20c (diff) | |
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
Diffstat (limited to 'gnu')
| -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 432de81caf6..f2e84127a3f 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -191,7 +191,7 @@ Daemon and possibly more in the future.") | |||
| 191 | (origin | 191 | (origin |
| 192 | (method git-fetch) | 192 | (method git-fetch) |
| 193 | (uri (git-reference | 193 | (uri (git-reference |
| 194 | (url "https://dev.gnupg.org/source/libgcrypt") | 194 | (url "https://github.com/gpg/libgcrypt") |
| 195 | (commit (string-append "libgcrypt-" version)))) | 195 | (commit (string-append "libgcrypt-" version)))) |
| 196 | (file-name (git-file-name name version)) | 196 | (file-name (git-file-name name version)) |
| 197 | (sha256 | 197 | (sha256 |
