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
1 changed files with 1 additions and 1 deletions

View File

@ -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))))) ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-ttf)))))
(synopsis "Bitmap paint program") (synopsis "Bitmap paint program")
(description "GrafX2 is a bitmap paint program inspired by the Amiga (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 includes a very large number of tools and effects that make it particularly
suitable for pixel art, game graphics, and generally any detailed graphics suitable for pixel art, game graphics, and generally any detailed graphics
painted with a mouse.") painted with a mouse.")