Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -68,8 +68,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
platforms = platforms.unix;
|
||||
# Note: Maintainer of prev. erlang version was simons. If he wants
|
||||
# to continue maintaining erlang I'm totally ok with that.
|
||||
maintainers = [ maintainers.the-kenny ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -85,8 +85,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
platforms = platforms.unix;
|
||||
# Note: Maintainer of prev. erlang version was simons. If he wants
|
||||
# to continue maintaining erlang I'm totally ok with that.
|
||||
maintainers = [ maintainers.the-kenny maintainers.sjmackenzie ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user