From d2270f8d79e77beb4989b3bdf9429f465e14ad95 Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Mon, 8 Sep 2014 22:11:14 -0700 Subject: [PATCH] Fix chocolateDoom and chocolateDoomMaster descriptions --- pkgs/games/chocolate-doom/default.nix | 2 +- pkgs/games/chocolate-doom/master.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/chocolate-doom/default.nix b/pkgs/games/chocolate-doom/default.nix index 9cbc33dd9551..157d1b42af62 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 78db86ac059b..f0dc62aaaae7 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 ]; };