summary refs log tree commit diff
path: root/pkgs/games/liquidwar/5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/liquidwar/5.nix')
-rw-r--r--pkgs/games/liquidwar/5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/liquidwar/5.nix b/pkgs/games/liquidwar/5.nix
index db0c7a61ddb72..e95371ec5eafc 100644
--- a/pkgs/games/liquidwar/5.nix
+++ b/pkgs/games/liquidwar/5.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   NIX_CFLAGS_COMPILE = [ "-lm" ];
 
   meta = with lib; {
-    description = ''The classic version of a quick tactics game LiquidWar'';
+    description = "The classic version of a quick tactics game LiquidWar";
     maintainers = [ maintainers.raskin ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;