Merge pull request #8544 from Chattered/master

tome4: add new maintainer
This commit is contained in:
Arseniy Seroka 2015-06-28 20:42:58 +03:00
commit 2c64c34517
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;
};
}