gnu: supertux: Fix description.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 6 Jan 2020 17:28:59 +0000 (18:28 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 6 Jan 2020 17:28:59 +0000 (18:28 +0100)
* gnu/packages/games.scm (supertux)[description]: Remove unnecessary words in
GNU Guix.

gnu/packages/games.scm

index 1a1739e..f4b74ab 100644 (file)
@@ -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+)))