forked from mirrors/nixpkgs
- add myself as a maintainer for the packages I've added
This commit is contained in:
parent
22ece175a0
commit
27ec277359
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
description = ''OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe".'';
|
description = ''OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe".'';
|
||||||
homepage = http://www.openttd.org/;
|
homepage = http://www.openttd.org/;
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
||||||
homepage = http://ri-li.sourceforge.net;
|
homepage = http://ri-li.sourceforge.net;
|
||||||
license = "GPL2+";
|
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.";
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
|
||||||
description = ''Urquan Masters is an open source clone of the Classic top-down space battle Star Cotnrol '';
|
description = ''Urquan Masters is an open source clone of the Classic top-down space battle Star Cotnrol '';
|
||||||
homepage = http://sc2.sourceforge.net/;
|
homepage = http://sc2.sourceforge.net/;
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,6 +56,7 @@ rec {
|
||||||
maintainers = with a.lib.maintainers;
|
maintainers = with a.lib.maintainers;
|
||||||
[
|
[
|
||||||
raskin
|
raskin
|
||||||
|
jcumming
|
||||||
];
|
];
|
||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
garbas = "Rok Garbas <rok@garbas.si>";
|
garbas = "Rok Garbas <rok@garbas.si>";
|
||||||
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
|
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
|
||||||
guibert = "David Guibert <david.guibert@gmail.com>";
|
guibert = "David Guibert <david.guibert@gmail.com>";
|
||||||
|
jcumming = "Jack Cummings <jack@mudshark.org>";
|
||||||
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
|
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
|
||||||
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
||||||
marcweber = "Marc Weber <marco-oweber@gmx.de>";
|
marcweber = "Marc Weber <marco-oweber@gmx.de>";
|
||||||
|
|
Loading…
Reference in a new issue