diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-27 17:12:10 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-27 17:12:10 +0200 |
commit | 1001baa1e8ba2837eb30495f8839f59b70af997f (patch) | |
tree | ca41fbe012614b0fe225eef4d5d7149c29a77198 | |
parent | c643e6ca433d118c8ba9720e02c787e7d18a2e10 (diff) | |
download | guix-1001baa1e8ba2837eb30495f8839f59b70af997f.tar.gz guix-1001baa1e8ba2837eb30495f8839f59b70af997f.zip |
gnu: certdata2pem: Fix source URI.
* gnu/packages/certs.scm (certdata2pem)[source]: Download just the source.
-rw-r--r-- | gnu/packages/certs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm index 8fb901d323..9b8237055b 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 |