diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-03 23:35:27 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-06 21:14:17 +0200 |
commit | 75c5d360d9b285433f22bb8b826622ecb236bc11 (patch) | |
tree | 2139578cfcccd63028f2f0656228ddcd0c97a525 /gnu/packages | |
parent | 50580fd44db2a89a37608994a491db4aef4f9538 (diff) | |
download | guix-75c5d360d9b285433f22bb8b826622ecb236bc11.tar guix-75c5d360d9b285433f22bb8b826622ecb236bc11.tar.gz |
gnu: grantlee: Correct license.
* gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
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 |