mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: lightning: Fix typo.
This is a followup to commit c283b22e93
.
* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
This commit is contained in:
parent
384bc22ad8
commit
da0cef6a2d
1 changed files with 1 additions and 1 deletions
|
@ -111,4 +111,4 @@ (define-public lightning
|
||||||
abstracts over the target CPU by exposing a standardized RISC instruction set
|
abstracts over the target CPU by exposing a standardized RISC instruction set
|
||||||
to the clients.")
|
to the clients.")
|
||||||
(home-page "http://www.gnu.org/software/lightning/")
|
(home-page "http://www.gnu.org/software/lightning/")
|
||||||
(license gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue