summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-06-03 23:35:27 +0200
committerMarius Bakke <marius@gnu.org>2020-06-06 21:14:17 +0200
commit75c5d360d9b285433f22bb8b826622ecb236bc11 (patch)
tree2139578cfcccd63028f2f0656228ddcd0c97a525 /gnu/packages/qt.scm
parent50580fd44db2a89a37608994a491db4aef4f9538 (diff)
downloadguix-patches-75c5d360d9b285433f22bb8b826622ecb236bc11.tar
guix-patches-75c5d360d9b285433f22bb8b826622ecb236bc11.tar.gz
gnu: grantlee: Correct license.
* gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r--gnu/packages/qt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c312efa1f9..cd5b38d74c 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