guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: ibus-rime: Fix license.


From: guix-commits
Subject: 05/05: gnu: ibus-rime: Fix license.
Date: Wed, 8 Jul 2020 06:43:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 560540f005cf83b713569cb3a959b547f3840bca
Author: Peng Mei Yu <i@pengmeiyu.com>
AuthorDate: Wed Jul 8 10:00:17 2020 +0800

    gnu: ibus-rime: Fix license.
    
    * gnu/packages/ibus.scm (ibus-rime)[license]: Change license to GPLv3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/ibus.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 1e89e45..b31d60f 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -689,7 +689,7 @@ various input schemas including glyph-based input methods, 
romanization-based
 input methods as well as those for Chinese dialects.  It has the ability to
 compose phrases and sentences intelligently and provide very accurate
 traditional Chinese output.")
-    (license gpl3+)))
+    (license gpl3)))
 
 (define-public libhangul
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]