From 38bbd61df1e647b475815f1f35f79e97799f2824 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 1 Feb 2013 12:57:06 +0100 Subject: 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. --- gnu/packages/global.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/global.scm') diff --git a/gnu/packages/global.scm b/gnu/packages/global.scm index 592aefc66e..b604ab6478 100644 --- a/gnu/packages/global.scm +++ b/gnu/packages/global.scm @@ -55,4 +55,4 @@ subdirectories, many #ifdef and many main() functions. It is similar to ctags or etags but is different from them at the point of independence of any editor. It runs on a UNIX (POSIX) compatible operating system like GNU and BSD.") - (license "GPLv3+"))) + (license gpl3+))) -- cgit v1.2.3