guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: certdata2pem: Fix source URI.


From: guix-commits
Subject: 01/02: gnu: certdata2pem: Fix source URI.
Date: Wed, 27 Jan 2021 14:01:02 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 1001baa1e8ba2837eb30495f8839f59b70af997f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 27 17:12:10 2021 +0200

    gnu: certdata2pem: Fix source URI.
    
    * gnu/packages/certs.scm (certdata2pem)[source]: Download just the source.
---
 gnu/packages/certs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index 8fb901d..9b82370 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -41,7 +42,7 @@
       (source (origin
                 (method url-fetch)
                 (uri (string-append
-                      "https://github.com/sabotage-linux/sabotage/blob/";
+                      
"https://raw.githubusercontent.com/sabotage-linux/sabotage/";
                       commit "/KEEP/certdata2pem.c"))
                 (sha256
                  (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]