diff options
| author | Sughosha <sughosha@disroot.org> | 2026-06-19 11:29:34 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:21 +0200 |
| commit | 8910c35883ce035131dd64251dd292144eea64e8 (patch) | |
| tree | 4a97392b3e3b02be32b6cc5a12e86165608d5f88 | |
| parent | 30b2f03b1a3c2216be29d25f7e9105bd53425d32 (diff) | |
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
| -rw-r--r-- | gnu/packages/gnupg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index a9bcb3bd483..4d35dc22571 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | ;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org> | 28 | ;;; Copyright © 2026 Luis Guilherme Coelho <lgcoelho@disroot.org> |
| 29 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> | 29 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> |
| 30 | ;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> | 30 | ;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> |
| 31 | ;;; Copyright © 2026 Sughosha <sughosha@disroot.org> | ||
| 31 | ;;; | 32 | ;;; |
| 32 | ;;; This file is part of GNU Guix. | 33 | ;;; This file is part of GNU Guix. |
| 33 | ;;; | 34 | ;;; |
| @@ -343,7 +344,7 @@ compatible to GNU Pth.") | |||
| 343 | (origin | 344 | (origin |
| 344 | (method git-fetch) | 345 | (method git-fetch) |
| 345 | (uri (git-reference | 346 | (uri (git-reference |
| 346 | (url "https://dev.gnupg.org/source/gnupg") | 347 | (url "https://github.com/gpg/gnupg") |
| 347 | (commit (string-append "gnupg-" version)))) | 348 | (commit (string-append "gnupg-" version)))) |
| 348 | (file-name (git-file-name name version)) | 349 | (file-name (git-file-name name version)) |
| 349 | (sha256 | 350 | (sha256 |
