about summary refs log tree commit diff
path: root/pkgs/games/jumpy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/jumpy/default.nix')
-rw-r--r--pkgs/games/jumpy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/jumpy/default.nix b/pkgs/games/jumpy/default.nix
index 29110d42ff825..23e130582a3d0 100644
--- a/pkgs/games/jumpy/default.nix
+++ b/pkgs/games/jumpy/default.nix
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A tactical 2D shooter played by up to 4 players online or on a shared screen";
+    description = "Tactical 2D shooter played by up to 4 players online or on a shared screen";
     mainProgram = "jumpy";
     homepage = "https://fishfight.org/";
     changelog = "https://github.com/fishfolk/jumpy/releases/tag/v${version}";