diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-02-15 17:34:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-02-15 17:34:48 +0100 |
commit | 06085facd5252797f69e16e00c682b26aaee5202 (patch) | |
tree | 15cd926ade91bd31d1c3eeb3009084515e03fa2f /gnu/packages/guile-xyz.scm | |
parent | 63bf0afdf6a27702879c12d7d591c46246c7ad36 (diff) | |
download | gnu-guix-06085facd5252797f69e16e00c682b26aaee5202.tar gnu-guix-06085facd5252797f69e16e00c682b26aaee5202.tar.gz |
gnu: guile-hall: Use license: prefix.
* gnu/packages/guile-xyz.scm (guile-hall)[license]: Use license: prefix.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 590ceba192..1ae24efe17 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1322,7 +1322,7 @@ above command-line parameters.") "Hall is a command-line application and a set of Guile libraries that allow you to quickly create and publish Guile projects. It allows you to transparently support the GNU build system, manage a project hierarchy & provides tight coupling to Guix.") (home-page "https://gitlab.com/a-sassmannshausen/guile-hall") - (license gpl3+))) + (license license:gpl3+))) (define-public guile-ics (package |