gnu: Add the 'license:' prefix.

* gnu/packages/glib.scm (itstool): Change 'gpl3+' to 'license:gpl3+'.
This commit is contained in:
Nikita Karetnikov 2013-09-07 07:44:57 +00:00
parent 20a26ff546
commit a129e0d877

View file

@ -218,7 +218,7 @@ (define-public itstool
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