guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: Convert license to text.


From: guix-commits
Subject: branch master updated: ci: Convert license to text.
Date: Mon, 02 Nov 2020 04:43:21 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 44daec7  ci: Convert license to text.
44daec7 is described below

commit 44daec7fa4ae97a3c4490adf461322ec9f7a780a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Nov 2 10:42:33 2020 +0100

    ci: Convert license to text.
    
    This is a follow-up of 7c02eb6c8d7d050ecb8f3082c4a754ad32211403.
    
    * gnu/ci.scm (package->alist): Convert license to text.
---
 gnu/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index adcb04f..1d16805 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -89,7 +89,7 @@
         (system . ,(derivation-system drv))
         (description . ,(package-synopsis package))
         (long-description . ,(package-description package))
-        (license . ,(package-license package))
+        (license . ,(and=> (package-license package) license-name))
         (home-page . ,(package-home-page package))
         (maintainers . ("bug-guix@gnu.org"))
         (max-silent-time . ,(or (assoc-ref (package-properties package)



reply via email to

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