guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: certdata2pem: Make public.


From: guix-commits
Subject: 06/07: gnu: certdata2pem: Make public.
Date: Mon, 22 Nov 2021 17:52:31 -0500 (EST)

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

commit 30cc14f1406ac9254cfbcf8c343531a253a3c2ea
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 22 23:32:25 2021 +0100

    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.
---
 gnu/packages/certs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index f5ab726..d09778f 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; 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, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -86,7 +86,7 @@ port forwarding to your local machine.")
       (home-page "https://desec.io";)
       (license license:expat))))
 
-(define certdata2pem
+(define-public certdata2pem
   (let ((revision "1")
         (commit "4c576f350f44186d439179f63d5be19f710a73f5"))
     (package



reply via email to

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