summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 11:02:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-06 11:02:47 +0200
commit8416f0f26cf2904de23ac20fba5d122cf86f9bf0 (patch)
tree50bee904c4b9f88e91706582ae03c2c280652509 /gnu/packages/games.scm
parent36c737a9c3d906e85c97c919cd6ddb4f95eca2c9 (diff)
downloadguix-patches-8416f0f26cf2904de23ac20fba5d122cf86f9bf0.tar
guix-patches-8416f0f26cf2904de23ac20fba5d122cf86f9bf0.tar.gz
gnu: stockfish: Fix typo in description.
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
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/")