gnu: nimf: Fix typo in description.

* gnu/packages/language.scm (nimf)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:49:56 +02:00
parent 3a2e1fa715
commit 3fb6d439fe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -197,7 +197,7 @@ (define-public nimf
(synopsis "Lightweight input method framework")
(description "Nimf is a lightweight, fast and extensible input method
framework. This package provides a fork of the original nimf project, that
focusses especially on Korean input (Hangul, Hanja, ...).")
focuses especially on Korean input (Hangul, Hanja, ...).")
(home-page "https://github.com/hamonikr/nimf/")
(license license:lgpl3+)))