gnu: libime: Fix grammar in descriptions.

* gnu/packages/fcitx5.scm (libime)[synopsis, description]: Exchange s.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-07 00:13:29 +02:00
parent f0a80fc8d1
commit 86a1080a39
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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+)))