mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue