diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-19 04:36:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:47:48 +0200 |
commit | d6331fcaa603b18726fc166561d7c4c88e2c9b13 (patch) | |
tree | 17dccda5d9c1258154cacc8cff0b1e770075c463 | |
parent | c19af99c256230fc02f679591f231a7c38115aad (diff) | |
download | guix-d6331fcaa603b18726fc166561d7c4c88e2c9b13.tar guix-d6331fcaa603b18726fc166561d7c4c88e2c9b13.tar.gz |
gnu: mrrescue: Fix typo in description.
* gnu/packages/games.scm (mrrescue)[description]: Hyphenate.
-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 ff9adbbd57..ef84073f93 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3314,8 +3314,8 @@ colors, pictures, and sounds.") (synopsis "Arcade-style fire fighting game") (description "Mr. Rescue is an arcade styled 2d action game centered around evacuating -civilians from burning buildings. The game features fast paced fire -extinguishing action, intense boss battles, a catchy soundtrack and lots of +civilians from burning buildings. The game features fast-paced fire +extinguishing action, intense boss battles, a catchy soundtrack, and lots of throwing people around in pseudo-randomly generated buildings.") (license (list license:zlib ; for source code license:cc-by-sa3.0)))) ; for graphics and music assets |