From d6ca9faf0d26172f4e21eeaa18e3799258fd5f3a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 2 Jan 2020 00:21:41 +0100 Subject: gnu: freeciv: Fix typo in synopsis and description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (freeciv)[synopsis, description]: Add missing hyphen. ‘In’ → ‘into’ age. --- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/games.scm') 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 -- cgit v1.2.3