gnu: freeciv: Fix typo in synopsis and description.
* gnu/packages/games.scm (freeciv)[synopsis, description]: Add missing hyphen. ‘In’ → ‘into’ age.
This commit is contained in:
parent
4dbc3c2c00
commit
d6ca9faf0d
1 changed files with 3 additions and 3 deletions
|
@ -4167,11 +4167,11 @@ for Un*x systems with X11.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.freeciv.org/")
|
(home-page "http://www.freeciv.org/")
|
||||||
(synopsis "Turn based empire building strategy game")
|
(synopsis "Turn-based empire building strategy game")
|
||||||
(description "Freeciv is a 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
|
inspired by the history of human civilization. The game commences in
|
||||||
prehistory and your mission is to lead your tribe from the Stone Age
|
prehistory and your mission is to lead your tribe from the Stone Age
|
||||||
to the Space Age.")
|
into the Space Age.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public no-more-secrets
|
(define-public no-more-secrets
|
||||||
|
|
Reference in a new issue