Add myself as a maintainer to erlang R16B1 and elixir.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-08-09 16:31:13 +02:00
parent dbfcdc9066
commit 31083cd226
3 changed files with 6 additions and 1 deletions

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
};
}

View file

@ -40,6 +40,8 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ];
# Note: Maintainer of prev. erlang version was simons. If he wants
# to continue maintaining erlang I'm totally ok with that.
maintainers = [ stdenv.lib.maintainers.the-kenny ];
};
}

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation {
'';
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.the-kenny ];
};
}