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
+2 -1
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 ];
};
}