gnu: grafx2: Remove zero-width space.

* gnu/packages/game-development.scm (grafx2)[description]: Remove
invisible <U+200B> (‘zero-width space’) character.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-28 01:15:37 +02:00
parent a48a1071a6
commit 7432d3ae18
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -713,7 +713,7 @@ (define-public grafx2
("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.")