guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: lightning: Fix typo.


From: Alex Kost
Subject: 01/01: gnu: lightning: Fix typo.
Date: Wed, 22 Jun 2016 08:47:33 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit da0cef6a2d885f31f82e5a3dc54dab509ee24ce7
Author: Alex Kost <address@hidden>
Date:   Wed Jun 22 11:43:41 2016 +0300

    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(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index c80b8af..40e40e8 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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]