mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libime: Fix grammar in descriptions.
* gnu/packages/fcitx5.scm (libime)[synopsis, description]: Exchange s.
This commit is contained in:
parent
f0a80fc8d1
commit
86a1080a39
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ (define-public libime
|
||||||
("extra-cmake-modules" ,extra-cmake-modules)
|
("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("python" ,python))) ;needed to run test
|
("python" ,python))) ;needed to run test
|
||||||
(home-page "https://github.com/fcitx/libime")
|
(home-page "https://github.com/fcitx/libime")
|
||||||
(synopsis "Library for implementing generic input method")
|
(synopsis "Library for implementing generic input methods")
|
||||||
(description "Libime is a library for implementing various input methods
|
(description "Libime is a library for implementing various input method
|
||||||
editors.")
|
editors.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue