[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: stockfish: Fix typo in description.
From: |
guix-commits |
Subject: |
02/02: gnu: stockfish: Fix typo in description. |
Date: |
Tue, 6 Oct 2020 05:19:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8416f0f26cf2904de23ac20fba5d122cf86f9bf0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 11:02:10 2020 +0200
gnu: stockfish: Fix typo in description.
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 729078d..00fc63a 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/")