summary refs log tree commit diff
path: root/pkgs/games/xskat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xskat/default.nix')
-rw-r--r--pkgs/games/xskat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/xskat/default.nix b/pkgs/games/xskat/default.nix
index c84f5222e68e4..74c2be586ceb6 100644
--- a/pkgs/games/xskat/default.nix
+++ b/pkgs/games/xskat/default.nix
@@ -21,10 +21,10 @@ stdenv.mkDerivation rec {
   installTargets = [ "install" "install.man" ];
 
   meta = with lib; {
-    description = ''Famous german card game'';
+    description = "Famous german card game";
     platforms = platforms.unix;
     license = licenses.free;
-    longDescription = ''Play the german card game Skat against the AI or over IRC.'';
+    longDescription = "Play the german card game Skat against the AI or over IRC.";
     homepage = "http://www.xskat.de/";
   };
 }