diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-01-16 13:46:03 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-01-16 13:46:03 +0100 |
commit | 9a93959e4cb4073376fd0bf7225860d49504aa7f (patch) | |
tree | b82645be8cda7551c4daccca763705428324d7eb | |
parent | 9756bde7fbba2047e5b455571413a2e13cdf0923 (diff) | |
download | guix-9a93959e4cb4073376fd0bf7225860d49504aa7f.tar.gz |
gnu: gnome-mahjongg: Fix typo in description.
* gnu/packages/gnome.scm (gnome-mahjongg)[description]: Use “Mahjongg” with two ‘g’s.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d652c06bc1..ed6a7376c9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11521,7 +11521,7 @@ library which detects when a file or a directory has been modified.") (list glib gtk+)) (synopsis "Mahjongg tile-matching game") (description "GNOME Mahjongg is a game based on the classic Chinese -tile-matching game Mahjong. It features multiple board layouts, tile themes, +tile-matching game Mahjongg. It features multiple board layouts, tile themes, and a high score table.") (home-page "https://wiki.gnome.org/Apps/Mahjongg") (license license:gpl2+))) |