tome4: add new maintainer

This commit is contained in:
Phil Scott 2015-06-28 16:17:51 +00:00
parent 643d055058
commit 52339c7c70
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@
cdepillabout = "Dennis Gosnell <cdep.illabout@gmail.com>";
cfouche = "Chaddaï Fouché <chaddai.fouche@gmail.com>";
chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
chattered = "Phil Scott <me@philscotted.com>";
christopherpoole = "Christopher Mark Poole <mail@christopherpoole.net>";
coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
codyopel = "Cody Opel <codyopel@gmail.com>";

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://te4.org/";
description = "Tales of Maj'eyal (rogue-like game)";
maintainers = [ stdenv.lib.maintainers.chattered ];
license = stdenv.lib.licenses.gpl3;
};
}