- add myself as a maintainer for the packages I've added

This commit is contained in:
Jack Cummings
2012-10-04 23:39:00 -07:00
parent 22ece175a0
commit 27ec277359
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
description = ''Urquan Masters is an open source clone of the Classic top-down space battle Star Cotnrol '';
homepage = http://sc2.sourceforge.net/;
license = "GPLv2";
maintainers = with stdenv.lib.maintainers; [ jcumming ];
};
}