guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: supertux: Fix description.


From: guix-commits
Subject: branch master updated: gnu: supertux: Fix description.
Date: Mon, 06 Jan 2020 12:29:39 -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 8b03b1a  gnu: supertux: Fix description.
8b03b1a is described below

commit 8b03b1a185518fa0a6f3b306d2701f3a56fb6448
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon Jan 6 18:28:59 2020 +0100

    gnu: supertux: Fix description.
    
    * gnu/packages/games.scm (supertux)[description]: Remove unnecessary words 
in
    GNU Guix.
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1a1739e..f4b74ab 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3789,11 +3789,11 @@ with the \"Stamp\" tool within Tux Paint.")
              ("boost" ,boost)
              ("freetype" ,freetype)
              ("squirrel" ,squirrel)))
-   (native-inputs `(("pkg-config" ,pkg-config)))
+   (native-inputs
+    `(("pkg-config" ,pkg-config)))
    (synopsis "2D platformer game")
-   (description "SuperTux is a free classic 2D jump'n run sidescroller game
-in a style similar to the original Super Mario games covered under
-the GNU GPL.")
+   (description "SuperTux is a classic 2D jump'n run sidescroller game in
+a style similar to the original Super Mario games.")
    (home-page "https://supertux.org/";)
    (license license:gpl3+)))
 



reply via email to

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