mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix invalid `license' fields.
* gnu/packages/acl.scm (acl): Change `license' field to refer to the `license' objects. * gnu/packages/attr.scm (attr): Likewise. * gnu/packages/compression.scm (xz): Likewise. * gnu/packages/global.scm (global): Likewise. * gnu/packages/linux.scm (linux-libre-headers): Likewise.
This commit is contained in:
parent
cb09fb24ee
commit
38bbd61df1
5 changed files with 7 additions and 7 deletions
|
@ -80,7 +80,7 @@
|
|||
#:tests? #f))
|
||||
(synopsis "GNU Linux-Libre kernel headers")
|
||||
(description "Headers of the Linux-Libre kernel.")
|
||||
(license "GPLv2")
|
||||
(license gpl2)
|
||||
(home-page "http://www.gnu.org/software/linux-libre/"))))
|
||||
|
||||
(define-public linux-pam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue