mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rime-data: Fix license.
* gnu/packages/ibus.scm (rime-data)[license]: Change license to LGPLv3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5fc75e858a
commit
d13c0ed6ae
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ (define-public rime-data
|
|||
(synopsis "Schema data of Rime Input Method Engine")
|
||||
(description "@dfn{rime-data} provides the schema data of Rime Input
|
||||
Method Engine.")
|
||||
(license lgpl3+)))
|
||||
(license lgpl3)))
|
||||
|
||||
(define-public ibus-rime
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue