gnu: grantlee: Correct license.
* gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.
This commit is contained in:
parent
50580fd44d
commit
75c5d360d9
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
(description "Grantlee Templates can be used for theming and generation of
|
(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
|
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.")
|
system, and the core design of Django is reused in Grantlee.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public qt-4
|
(define-public qt-4
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue