diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-28 01:15:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-28 01:22:18 +0200 |
commit | 7432d3ae185e25d881b6dae2a39c6d51100cf009 (patch) | |
tree | 0f39a3c6e39c0a79b9a200082111689dbbd93b52 /gnu/packages | |
parent | a48a1071a686b250bf8b7982ca0ce8dda1d93c61 (diff) | |
download | patches-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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
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.") |