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 @@ run-time. Thus, it is useful in creating Just-In-Time compilers. It
|
||||||
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+)))
|
||||||
|
|
Reference in a new issue