guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: passage: Fix typo in description.


From: guix-commits
Subject: branch master updated: gnu: passage: Fix typo in description.
Date: Tue, 16 Feb 2021 03:56:58 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c10945e  gnu: passage: Fix typo in description.
c10945e is described below

commit c10945eae5d29ac34145dbcb10b73b34d03bd532
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 16 09:56:37 2021 +0100

    gnu: passage: Fix typo in description.
    
    * gnu/packages/games.scm (passage): Add missing space after full stop, and
    correct double quotes.
---
 gnu/packages/games.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1d10c0d..d8c98a9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12183,7 +12183,7 @@ such as GnuGo.
         (base32 "02ky4a4xdjvr71r58339jjrjyz76b5skcnbq4f8707mrln9vhby3"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #false ; there are none
+     `(#:tests? #false                  ; there are none
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'chdir
@@ -12220,11 +12220,12 @@ such as GnuGo.
      `(("imagemagick" ,imagemagick)))
     (home-page "http://hcsoftware.sourceforge.net/passage/";)
     (synopsis "Memento mori game")
-    (description "Passage is meant to be a memento mori game. It presents an
-entire life, from young adulthood through old age and death, in the span of
-five minutes.  Of course, it's a game, not a painting or a film, so the
-choices that you make as the player are crucial.  There's no \"right\" way to
-play Passage, just as there's no right way to interpret it.")
+    (description
+     "Passage is meant to be a memento mori game.  It presents an entire life,
+from young adulthood through old age and death, in the span of five minutes.
+Of course, it's a game, not a painting or a film, so the choices that you make
+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)))
 
 (define-public paperview



reply via email to

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