erlangR19: update maintainers

Use the list of direct committers:
https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/interpreters/erlang/R19.nix

Originally, I just copied and pasted from R18.nix, I think.
This commit is contained in:
Eric Bailey 2017-03-18 00:35:25 -05:00
parent 05b1f8276b
commit a91afef89e
No known key found for this signature in database
GPG key ID: 29E1B8D32C1635C4

View file

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix;
maintainers = with maintainers; [ the-kenny sjmackenzie couchemar ];
maintainers = with maintainers; [ yurrriq couchemar DerTim1 mdaiter ];
license = licenses.asl20;
};
}