gnu: guile-hall: Use license: prefix.
* gnu/packages/guile-xyz.scm (guile-hall)[license]: Use license: prefix.
This commit is contained in:
parent
63bf0afdf6
commit
06085facd5
|
@ -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.")
|
"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
|
(home-page
|
||||||
"https://gitlab.com/a-sassmannshausen/guile-hall")
|
"https://gitlab.com/a-sassmannshausen/guile-hall")
|
||||||
(license gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public guile-ics
|
(define-public guile-ics
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue