~ruther/guix-local

a129e0d877f125693f58457d55973d184468b461 — Nikita Karetnikov 12 years ago 20a26ff
gnu: Add the 'license:' prefix.

* gnu/packages/glib.scm (itstool): Change 'gpl3+' to 'license:gpl3+'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +1 -1
@@ 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