summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-02-01 12:57:06 +0100
committerLudovic Courtès <ludo@gnu.org>2013-02-01 13:16:45 +0100
commit38bbd61df1e647b475815f1f35f79e97799f2824 (patch)
tree84bb0e758cd05b3189d2d2d8ea96447318cd9fbc /gnu/packages/linux.scm
parentcb09fb24eef9480188ef6b7c9411cd37bfc3b494 (diff)
downloadpatches-38bbd61df1e647b475815f1f35f79e97799f2824.tar
patches-38bbd61df1e647b475815f1f35f79e97799f2824.tar.gz
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.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index de6d53a0d9..4d51d8b310 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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