gnu: lightning: Fix typo.

This is a followup to commit c283b22e93.

* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
This commit is contained in:
Alex Kost 2016-06-22 11:43:41 +03:00
parent 384bc22ad8
commit da0cef6a2d
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 1 additions and 1 deletions

View File

@ -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
to the clients.")
(home-page "http://www.gnu.org/software/lightning/")
(license gpl3+)))
(license license:gpl3+)))