guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: grammalecte: Fix 'license' field.


From: Ludovic Courtès
Subject: 02/02: gnu: grammalecte: Fix 'license' field.
Date: Sun, 17 Dec 2017 15:38:14 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 56d924a59b78be3974fadb64e1d959061ca1b898
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 17 21:34:33 2017 +0100

    gnu: grammalecte: Fix 'license' field.
    
    * gnu/packages/dictionaries.scm (grammalecte)[license]: Change name to
    'gpl3+'.
---
 gnu/packages/dictionaries.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 0239eed..d96a88b 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -244,7 +244,7 @@ a dubious expression is wrong, it will keep silent.
 
 The package provides the command line interface, along with a server
 and a Python library.")
-    (license license:gpl3+)))
+    (license gpl3+)))
 
 (define-public translate-shell
   (package



reply via email to

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