summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-28 01:15:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-28 01:22:18 +0200
commit7432d3ae185e25d881b6dae2a39c6d51100cf009 (patch)
tree0f39a3c6e39c0a79b9a200082111689dbbd93b52
parenta48a1071a686b250bf8b7982ca0ce8dda1d93c61 (diff)
downloadpatches-7432d3ae185e25d881b6dae2a39c6d51100cf009.tar
patches-7432d3ae185e25d881b6dae2a39c6d51100cf009.tar.gz
gnu: grafx2: Remove zero-width space.
* gnu/packages/game-development.scm (grafx2)[description]: Remove invisible <U+200B> (‘zero-width space’) character.
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index a7875b822d..9919114336 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -713,7 +713,7 @@ to create fully featured games and multimedia programs in the python language.")
("sdl-union" ,(sdl-union (list sdl sdl-image sdl-ttf)))))
(synopsis "Bitmap paint program")
(description "GrafX2 is a bitmap paint program inspired by the Amiga
-programs ​Deluxe Paint and Brilliance. Specializing in 256-color drawing, it
+programs Deluxe Paint and Brilliance. Specializing in 256-color drawing, it
includes a very large number of tools and effects that make it particularly
suitable for pixel art, game graphics, and generally any detailed graphics
painted with a mouse.")