mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
ci: Convert license to text.
This is a follow-up of 7c02eb6c8d
.
* gnu/ci.scm (package->alist): Convert license to text.
This commit is contained in:
parent
7c02eb6c8d
commit
44daec7fa4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ (define* (package->alist store package system
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue