~ruther/guix-local

e67f55516142699e45f354bb575c65a71a95742f — Ludovic Courtès 12 years ago a869565
gnu: gnubik: Synchornize synopsis and description.

* gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +4 -3
@@ 86,10 86,11 @@ representation of the playing board.")
    (native-inputs `(("gettext" ,gnu-gettext)
                     ("pkg-config" ,pkg-config)))
    (home-page "https://www.gnu.org/software/gnubik/")
    (synopsis "3d Rubik's cube game.")
    (description "GNUbik is a puzzle game in which you must manipulate a cube to make
    (synopsis "3d Rubik's cube game")
    (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
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.")
    (license gpl3+)))