diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:49:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:28 +0200 |
commit | 3fb6d439fe75210aeb2b28e3bccef7276aedb4f6 (patch) | |
tree | 18d031d304f3336749f9dc9c3c4ede205ab4ebea /gnu/packages/language.scm | |
parent | 3a2e1fa715eb3570ffce28944976803f2384b048 (diff) | |
download | guix-3fb6d439fe75210aeb2b28e3bccef7276aedb4f6.tar.gz |
gnu: nimf: Fix typo in description.
* gnu/packages/language.scm (nimf)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/language.scm')
-rw-r--r-- | gnu/packages/language.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 5325445a24..55a1b72d74 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -197,7 +197,7 @@ (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+))) |