darwin.binutils: add myself as maintainer

This commit is contained in:
Matthew Bauer 2019-02-18 20:56:09 -05:00
parent 266315c91d
commit c5639650b8

View File

@ -52,4 +52,8 @@ stdenv.mkDerivation {
passthru = {
inherit targetPrefix;
};
meta = {
maintainers = with stdenv.lib.maintainers; [ matthewbauer ];
};
}