me
/
guix
Archived
1
0
Fork 0

ci: Convert license to text.

This is a follow-up of 7c02eb6c8d.

* gnu/ci.scm (package->alist): Convert license to text.
master
Mathieu Othacehe 2020-11-02 10:42:33 +01:00
parent 7c02eb6c8d
commit 44daec7fa4
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -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)