gnu: grantlee: Correct license.

* gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.
This commit is contained in:
Marius Bakke 2020-06-03 23:35:27 +02:00
parent 50580fd44d
commit 75c5d360d9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -142,7 +142,7 @@ (define-public grantlee
(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