From da0cef6a2d885f31f82e5a3dc54dab509ee24ce7 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 22 Jun 2016 11:43:41 +0300 Subject: gnu: lightning: Fix typo. This is a followup to commit c283b22e93cbf496e13b25878be3ec8a1242fb73. * gnu/packages/assembly.scm (lightning): Add 'license' prefix. --- gnu/packages/assembly.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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+))) -- cgit v1.2.3