guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: freeciv: Fix typo in synopsis and description.


From: guix-commits
Subject: 02/07: gnu: freeciv: Fix typo in synopsis and description.
Date: Thu, 2 Jan 2020 16:57:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d6ca9faf0d26172f4e21eeaa18e3799258fd5f3a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 2 00:21:41 2020 +0100

    gnu: freeciv: Fix typo in synopsis and description.
    
    * 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(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 284a7d8..79971d7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]