mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: stockfish: Fix typo in description.
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
This commit is contained in:
parent
36c737a9c3
commit
8416f0f26c
1 changed files with 1 additions and 1 deletions
|
@ -11438,7 +11438,7 @@ (define-public stockfish
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(synopsis "Strong chess engine")
|
(synopsis "Strong chess engine")
|
||||||
(description
|
(description
|
||||||
"Stockfish is a very strong chess engines. It is much stronger than the
|
"Stockfish is a very strong chess engine. It is much stronger than the
|
||||||
best human chess grandmasters. It can be used with UCI-compatible GUIs like
|
best human chess grandmasters. It can be used with UCI-compatible GUIs like
|
||||||
ChessX.")
|
ChessX.")
|
||||||
(home-page "https://stockfishchess.org/")
|
(home-page "https://stockfishchess.org/")
|
||||||
|
|
Loading…
Reference in a new issue