diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:39:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:56:37 +0200 |
commit | 5bc0ac962c99b101a695a229f51717157f3118dc (patch) | |
tree | a56e3a1337a31deacdc0d532ea2d57146bc7ef54 /gnu/packages/games.scm | |
parent | 101460d46101e120dc9747ce3c1e07f1110ae149 (diff) | |
download | guix-5bc0ac962c99b101a695a229f51717157f3118dc.tar.gz guix-5bc0ac962c99b101a695a229f51717157f3118dc.zip |
gnu: extremetuxracer: Fix typo in synopsis.
* gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 640877844c..22489dd0ba 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1691,8 +1691,8 @@ Protocol).") (inputs `(("glu" ,glu) ("sfml" ,sfml))) - (synopsis "High speed arctic racing game based on Tux Racer") - ;; Snarfed straight from Debian + (synopsis "High-speed arctic racing game based on Tux Racer") + ;; Snarfed straight from Debian. (description "Extreme Tux Racer, or etracer as it is called for short, is a simple OpenGL racing game featuring Tux, the Linux mascot. The goal of the game is to slide down a snow- and ice-covered mountain as quickly as possible, |