Fix chocolateDoom and chocolateDoomMaster descriptions

This commit is contained in:
Cray Elliott
2014-09-08 22:11:40 -07:00
parent b61d98728c
commit d2270f8d79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 ];
};
+1 -1
View File
@@ -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 ];
};