gnu: stockfish: Fix typo in description.

* gnu/packages/games.scm (stockfish)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 11:02:10 +02:00
parent 36c737a9c3
commit 8416f0f26c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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/")