Added auntie as a maintainer, and set license properly.

This commit is contained in:
Jonathan Glines 2014-06-08 23:47:59 -06:00
parent b690f36d6f
commit 8e2556bd7f
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
arobyn = "Alexei Robyn <shados@shados.net>";
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
aszlig = "aszlig <aszlig@redmoonstudios.org>";
auntie = "Jonathan Glines <auntieNeo@gmail.com>";
bbenoist = "Baptist BENOIST <return_0@live.com>";
bennofs = "Benno Fünfstück <benno.fuenfstueck@gmail.com>";
berdario = "Dario Bertini <berdario@gmail.com>";

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation {
meta = {
description = "A curses based typing game.";
homepage = http://typespeed.sourceforge.net/;
license = "GPLv2";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.auntie ];
};
}