summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2014-09-08 22:11:14 -0700
committerCray Elliott <MP2E@archlinux.us>2014-09-08 22:11:40 -0700
commitd2270f8d79e77beb4989b3bdf9429f465e14ad95 (patch)
tree4fe1d2c3456b525068f2d5884c1f4e39b8b98447 /pkgs
parentb61d98728cb6564da06c0b72a8071a7da58bd32d (diff)
downloadnixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar.gz
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar.bz2
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar.lz
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar.xz
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.tar.zst
nixpkgs-d2270f8d79e77beb4989b3bdf9429f465e14ad95.zip
Fix chocolateDoom and chocolateDoomMaster descriptions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/chocolate-doom/default.nix2
-rw-r--r--pkgs/games/chocolate-doom/master.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/chocolate-doom/default.nix b/pkgs/games/chocolate-doom/default.nix
index 9cbc33dd955..157d1b42af6 100644
--- a/pkgs/games/chocolate-doom/default.nix
+++ b/pkgs/games/chocolate-doom/default.nix
@@ -16,7 +16,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 ];
   };
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 ];
   };