From a129e0d877f125693f58457d55973d184468b461 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Sat, 7 Sep 2013 07:44:57 +0000 Subject: gnu: Add the 'license:' prefix. * gnu/packages/glib.scm (itstool): Change 'gpl3+' to 'license:gpl3+'. --- gnu/packages/glib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index c95ecb5672..fee834f9f9 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -218,7 +218,7 @@ applying standard ITS rules, as well as extension rules specific to ITS Tool. ITS also provides an industry standard way for authors to override translation information in their documents, such as whether a particular element should be translated.") - (license gpl3+))) + (license license:gpl3+))) (define-public dbus-glib (package -- cgit v1.2.3