guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-hall: Use license: prefix.


From: guix-commits
Subject: 01/01: gnu: guile-hall: Use license: prefix.
Date: Fri, 15 Feb 2019 11:35:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 06085facd5252797f69e16e00c682b26aaee5202
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Feb 15 17:34:48 2019 +0100

    gnu: guile-hall: Use license: prefix.
    
    * gnu/packages/guile-xyz.scm (guile-hall)[license]: Use license: prefix.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 590ceba..1ae24ef 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1322,7 +1322,7 @@ above command-line parameters.")
       "Hall is a command-line application and a set of Guile libraries that 
allow you to quickly create and publish Guile projects.  It allows you to 
transparently support the GNU build system, manage a project hierarchy & 
provides tight coupling to Guix.")
     (home-page
       "https://gitlab.com/a-sassmannshausen/guile-hall";)
-    (license gpl3+)))
+    (license license:gpl3+)))
 
 (define-public guile-ics
   (package



reply via email to

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