mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: certdata2pem: Make public.
This ensures Cuirass builds and has its binary published at ci.guix.gnu.org. * gnu/packages/certs.scm (certdata2pem): Make public.
This commit is contained in:
parent
7463246394
commit
30cc14f140
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2016, 2017, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
@ -86,7 +86,7 @@ port forwarding to your local machine.")
|
||||||
(home-page "https://desec.io")
|
(home-page "https://desec.io")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define certdata2pem
|
(define-public certdata2pem
|
||||||
(let ((revision "1")
|
(let ((revision "1")
|
||||||
(commit "4c576f350f44186d439179f63d5be19f710a73f5"))
|
(commit "4c576f350f44186d439179f63d5be19f710a73f5"))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue