diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 11:02:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 11:02:47 +0200 |
commit | 8416f0f26cf2904de23ac20fba5d122cf86f9bf0 (patch) | |
tree | 50bee904c4b9f88e91706582ae03c2c280652509 | |
parent | 36c737a9c3d906e85c97c919cd6ddb4f95eca2c9 (diff) |
gnu: stockfish: Fix typo in description.
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
-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 729078dc69..00fc63aedf 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11438,7 +11438,7 @@ etc. You can also play games on FICS or against an engine.") (delete 'configure)))) (synopsis "Strong chess engine") (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 ChessX.") (home-page "https://stockfishchess.org/") |