diff options
author | Alex Kost <alezost@gmail.com> | 2016-06-22 11:43:41 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-06-22 11:43:41 +0300 |
commit | da0cef6a2d885f31f82e5a3dc54dab509ee24ce7 (patch) | |
tree | 61e13f38e153724257685f52b5b9266743b74b2c /gnu | |
parent | 384bc22ad820f2c61c0e9b42756bb5565965e679 (diff) | |
download | patches-da0cef6a2d885f31f82e5a3dc54dab509ee24ce7.tar patches-da0cef6a2d885f31f82e5a3dc54dab509ee24ce7.tar.gz |
gnu: lightning: Fix typo.
This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73.
* gnu/packages/assembly.scm (lightning): Add 'license' prefix.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/assembly.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index c80b8af329..40e40e8f93 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -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+))) |