summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-06-19 11:29:34 +0530
committerAndreas Enge <andreas@enge.fr>2026-08-17 11:00:37 +0200
commitb6e750acb81debe75c5b844bcb80751a51f5bebc (patch)
tree1a12280f68a1211f0a1a0cc0c8611c69f5b4cfc8
parent21c30d19dfb0103a8f80f0ba66b4895f372d647f (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.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index f2e84127a3f..e49732de7bb 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