gnu: passage: Fix typo in description.
* gnu/packages/games.scm (passage): Add missing space after full stop, and correct double quotes.
This commit is contained in:
parent
68193bef2e
commit
c10945eae5
1 changed files with 7 additions and 6 deletions
|
@ -12220,11 +12220,12 @@ such as GnuGo.
|
||||||
`(("imagemagick" ,imagemagick)))
|
`(("imagemagick" ,imagemagick)))
|
||||||
(home-page "http://hcsoftware.sourceforge.net/passage/")
|
(home-page "http://hcsoftware.sourceforge.net/passage/")
|
||||||
(synopsis "Memento mori game")
|
(synopsis "Memento mori game")
|
||||||
(description "Passage is meant to be a memento mori game. It presents an
|
(description
|
||||||
entire life, from young adulthood through old age and death, in the span of
|
"Passage is meant to be a memento mori game. It presents an entire life,
|
||||||
five minutes. Of course, it's a game, not a painting or a film, so the
|
from young adulthood through old age and death, in the span of five minutes.
|
||||||
choices that you make as the player are crucial. There's no \"right\" way to
|
Of course, it's a game, not a painting or a film, so the choices that you make
|
||||||
play Passage, just as there's no right way to interpret it.")
|
as the player are crucial. There's no ``right'' way to play Passage, just as
|
||||||
|
there's no right way to interpret it.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public paperview
|
(define-public paperview
|
||||||
|
|
Reference in a new issue