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:
parent
a48a1071a6
commit
7432d3ae18
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue