gnu: supertux: Fix description.

* gnu/packages/games.scm (supertux)[description]: Remove unnecessary words in
GNU Guix.
This commit is contained in:
Nicolas Goaziou 2020-01-06 18:28:59 +01:00
parent 54a8025927
commit 8b03b1a185
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3789,11 +3789,11 @@ (define-public supertux
("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+)))