- 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

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = ''OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe".'';
homepage = http://www.openttd.org/;
license = "GPLv2";
maintainers = with stdenv.lib.maintainers; [ jcumming ];
};
}

View file

@ -20,5 +20,6 @@ stdenv.mkDerivation {
homepage = http://ri-li.sourceforge.net;
license = "GPL2+";
description = "Ri-li is an arcade game licensed under the GPL (General Public License). You drive a toy wood engine in many levels and you must collect all the coaches to win.";
maintainers = with stdenv.lib.maintainers; [ jcumming ];
};
}

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 ];
};
}

View file

@ -56,6 +56,7 @@ rec {
maintainers = with a.lib.maintainers;
[
raskin
jcumming
];
platforms = with a.lib.platforms;
linux;

View file

@ -18,6 +18,7 @@
garbas = "Rok Garbas <rok@garbas.si>";
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
guibert = "David Guibert <david.guibert@gmail.com>";
jcumming = "Jack Cummings <jack@mudshark.org>";
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
ludo = "Ludovic Courtès <ludo@gnu.org>";
marcweber = "Marc Weber <marco-oweber@gmx.de>";