summary refs log tree commit diff
path: root/pkgs/games/chocolate-doom/master.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/chocolate-doom/master.nix')
-rw-r--r--pkgs/games/chocolate-doom/master.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/chocolate-doom/master.nix b/pkgs/games/chocolate-doom/master.nix
index 78db86ac059..f0dc62aaaae 100644
--- a/pkgs/games/chocolate-doom/master.nix
+++ b/pkgs/games/chocolate-doom/master.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = http://chocolate-doom.org/;
-    description = "Chocolate Doom is a Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s.";
+    description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
     license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [ MP2E ];
   };