mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: supertux: Fix description.
* gnu/packages/games.scm (supertux)[description]: Remove unnecessary words in GNU Guix.
This commit is contained in:
parent
54a8025927
commit
8b03b1a185
1 changed files with 4 additions and 4 deletions
|
@ -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+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue