diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:12:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:43:03 +0100 |
commit | 4cc78cb38f5e88a2608aa3d52dede71958a04cd2 (patch) | |
tree | 61e04c2c476ed2d4345c9a9448d57a05aea66cd7 /gnu/packages/games.scm | |
parent | 2178ed66f7ae8f793078c7e392af4bf1fb472968 (diff) | |
download | guix-4cc78cb38f5e88a2608aa3d52dede71958a04cd2.tar guix-4cc78cb38f5e88a2608aa3d52dede71958a04cd2.tar.gz |
gnu: Sync GNU synopses and descriptions.
* gnu/packages/games.scm (gnugo): Adjust synopsis.
* gnu/packages/libffcall.scm (libffcall): Likewise.
* gnu/packages/lisp.scm (clisp): Adjust synopsis and description.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 687e037526..789a02e577 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -849,7 +849,7 @@ multi-system game/emulator system.") "0wkahvqpzq6lzl5r49a4sd4p52frdmphnqsfdv7gdp24bykdfs6s")))) (build-system gnu-build-system) (inputs `(("readline" ,readline))) - (synopsis "Go game") + (synopsis "Play the game of Go") (description "GNU Go is a program that plays the game of Go, in which players place stones on a grid to form territory or capture other stones. While it can be played directly from the terminal, rendered in ASCII |