diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
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 |