mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: moonfish: Improve description.
* gnu/packages/games.scm (moonfish): Reword description. Change-Id: I1641cedc34f28dc47b021be6bcfc2943b9abcc0d Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
2ba3bd786e
commit
560062aaea
1 changed files with 3 additions and 3 deletions
|
@ -10644,9 +10644,9 @@ (define-public moonfish
|
|||
(home-page "https://git.sr.ht/~zamfofex/moonfish")
|
||||
(synopsis "Simple chess engine written in C")
|
||||
(description
|
||||
"moonfish is a toy UCI chess engine made for fun. It is inspired by
|
||||
sunfish, but is written in C rather than Python. It also has TUI tools for
|
||||
using any UCI engine and also to connect UCI engines to Lichess.")
|
||||
"moonfish is a toy UCI chess engine written in C for fun. It has TUI/CLI
|
||||
tools for using any UCI engine and also to connect UCI engines to Lichess, as
|
||||
well as for converting engines between UCI and UGI.")
|
||||
(license license:agpl3+))))
|
||||
|
||||
(define-public morris
|
||||
|
|
Loading…
Reference in a new issue