about summary refs log tree commit diff
path: root/pkgs/games/astromenace/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/astromenace/default.nix')
-rw-r--r--pkgs/games/astromenace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/astromenace/default.nix b/pkgs/games/astromenace/default.nix
index a2897a795e84e..76aed3f2cc6ac 100644
--- a/pkgs/games/astromenace/default.nix
+++ b/pkgs/games/astromenace/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "Hardcore 3D space shooter with spaceship upgrade possibilities.";
+    description = "Hardcore 3D space shooter with spaceship upgrade possibilities";
     homepage = http://www.viewizard.com/;
     license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.linux;