mbakke pushed a commit to branch master
in repository guix.

commit 75c5d360d9b285433f22bb8b826622ecb236bc11
Author: Marius Bakke <[email protected]>
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