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

View file

@ -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+)))