mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add the 'license:' prefix.
* gnu/packages/glib.scm (itstool): Change 'gpl3+' to 'license:gpl3+'.
This commit is contained in:
parent
20a26ff546
commit
a129e0d877
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue