summaryrefslogtreecommitdiffstats
path: root/pkgs/games/fairymax
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2021-01-24 09:19:10 +0000
committerBen Siraphob <bensiraphob@gmail.com>2021-01-24 19:56:59 +0700
commitbc0d605cf19cef46ad2c82b4d2bb931a96b7c275 (patch)
treee2748f2e13e2d7c5f0748974c666c2b1e11aec7f /pkgs/games/fairymax
parent513a3ea66508726937f65c257c79edd67059cef6 (diff)
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
Diffstat (limited to 'pkgs/games/fairymax')
-rw-r--r--pkgs/games/fairymax/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/fairymax/default.nix b/pkgs/games/fairymax/default.nix
index e0d2fdd82525..5c7cad879d1a 100644
--- a/pkgs/games/fairymax/default.nix
+++ b/pkgs/games/fairymax/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
- description = ''A small chess engine supporting fairy pieces'';
+ description = "A small chess engine supporting fairy pieces";
longDescription = ''
A version of micro-Max that reads the piece description
from a file fmax.ini, so that arbitrary fairy pieces can be