about summary refs log tree commit diff
path: root/pkgs/games/crack-attack/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/crack-attack/default.nix')
-rw-r--r--pkgs/games/crack-attack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/crack-attack/default.nix b/pkgs/games/crack-attack/default.nix
index 71e15f562d459..4f037f72a38ca 100644
--- a/pkgs/games/crack-attack/default.nix
+++ b/pkgs/games/crack-attack/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
-    description = "A fast-paced puzzle game inspired by the classic Super NES title Tetris Attack!";
+    description = "Fast-paced puzzle game inspired by the classic Super NES title Tetris Attack!";
     mainProgram = "crack-attack";
     homepage = "https://www.nongnu.org/crack-attack/";
     license = lib.licenses.gpl2;