diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-16 23:23:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-16 23:23:38 +0100 |
commit | af4796d5caad9500c1f24a91e7fb7529df7d3fec (patch) | |
tree | da3ec31f4125daec42dbad07d083446b3a6515b4 /gnu/packages/games.scm | |
parent | 40d2bddd01dd054e68aadc98f77380a8b9977f3c (diff) | |
download | patches-af4796d5caad9500c1f24a91e7fb7529df7d3fec.tar patches-af4796d5caad9500c1f24a91e7fb7529df7d3fec.tar.gz |
gnu: xmoto: Slight description rewording.base-for-series-2649
* gnu/packages/games.scm (xmoto)[description]: Slight rewording.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index bb7f451edc..42444045b4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9539,10 +9539,10 @@ This package is part of the KDE games module.") ("zlib" ,zlib))) (home-page "https://xmoto.tuxfamily.org/") (synopsis "2D motocross platform game") - (description "X-Moto is a challenging 2D motocross platform game, -where physics play an all important role in the gameplay. You need to -control your bike to its limit, if you want to have a chance finishing -the more difficult of the challenges.") + (description "X-Moto is a challenging 2D motocross platform game, where +physics play an all important role in the gameplay. You need to control your +bike to its limit, if you want to have a chance finishing the more difficult +challenges.") (license (list license:gpl2+ ;whole project license:bsd-4 ;src/bzip license:bsd-3 ;src/md5sum |