aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-01-22 00:22:16 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-22 00:22:16 +0100
commite67f55516142699e45f354bb575c65a71a95742f (patch)
tree542793922788afa8d4e52b3e8ca469c75be2f8d4 /gnu/packages/games.scm
parenta869565b983a76796cb45209f508901048a0fef3 (diff)
downloadguix-e67f55516142699e45f354bb575c65a71a95742f.tar
guix-e67f55516142699e45f354bb575c65a71a95742f.tar.gz
gnu: gnubik: Synchornize synopsis and description.
* gnu/packages/games.scm (gnubik): Synchornize synopsis and description.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0f5ae4174d..46fbd21805 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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+)))