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