guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: grantlee: Correct license.


From: guix-commits
Subject: 01/05: gnu: grantlee: Correct license.
Date: Sat, 6 Jun 2020 15:16:24 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 75c5d360d9b285433f22bb8b826622ecb236bc11
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 3 23:35:27 2020 +0200

    gnu: grantlee: Correct license.
    
    * gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c312efa..cd5b38d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -142,7 +142,7 @@
     (description "Grantlee Templates can be used for theming and generation of
 other text such as code.  The syntax uses the syntax of the Django template
 system, and the core design of Django is reused in Grantlee.")
-    (license license:lgpl2.0+)))
+    (license license:lgpl2.1+)))
 
 (define-public qt-4
   (package



reply via email to

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