diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-02 00:21:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-02 22:57:00 +0100 |
commit | d6ca9faf0d26172f4e21eeaa18e3799258fd5f3a (patch) | |
tree | e7df8d41b21548eb6593b04bdfc0bc610eec2f6d /gnu | |
parent | 4dbc3c2c00ba4f0ff181bd326df89c1b6a46a3e8 (diff) | |
download | patches-d6ca9faf0d26172f4e21eeaa18e3799258fd5f3a.tar patches-d6ca9faf0d26172f4e21eeaa18e3799258fd5f3a.tar.gz |
gnu: freeciv: Fix typo in synopsis and description.
* gnu/packages/games.scm (freeciv)[synopsis, description]: Add missing
hyphen. ‘In’ → ‘into’ age.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 284a7d8f04..79971d7611 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4167,11 +4167,11 @@ for Un*x systems with X11.") (native-inputs `(("pkg-config" ,pkg-config))) (home-page "http://www.freeciv.org/") - (synopsis "Turn based empire building strategy game") - (description "Freeciv is a turn based empire building strategy game + (synopsis "Turn-based empire building strategy game") + (description "Freeciv is a turn-based empire building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the Stone Age -to the Space Age.") +into the Space Age.") (license license:gpl2+))) (define-public no-more-secrets |