gnu: gnubik: Synchornize synopsis and description.

* gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
This commit is contained in:
Ludovic Courtès 2014-01-22 00:22:16 +01:00
parent a869565b98
commit e67f555161
1 changed files with 4 additions and 3 deletions

View File

@ -86,10 +86,11 @@ representation of the playing board.")
(native-inputs `(("gettext" ,gnu-gettext) (native-inputs `(("gettext" ,gnu-gettext)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://www.gnu.org/software/gnubik/") (home-page "https://www.gnu.org/software/gnubik/")
(synopsis "3d Rubik's cube game.") (synopsis "3d Rubik's cube game")
(description "GNUbik is a puzzle game in which you must manipulate a cube to make (description
"GNUbik is a puzzle game in which you must manipulate a cube to make
each of its faces have a uniform color. The game is customizable, allowing each of its faces have a uniform color. The game is customizable, allowing
you to set the size of the cube (the default is 3x3) or to change the colors. you to set the size of the cube (the default is 3x3) or to change the colors.
You may even apply photos to the faces instead of colors. The game is You may even apply photos to the faces instead of colors. The game is
scriptable with Guile.") scriptable with Guile.")
(license gpl3+))) (license gpl3+)))