3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ 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