mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
darwin.binutils: add myself as maintainer
This commit is contained in:
parent
266315c91d
commit
c5639650b8
1 changed files with 4 additions and 0 deletions
|
@ -52,4 +52,8 @@ stdenv.mkDerivation {
|
|||
passthru = {
|
||||
inherit targetPrefix;
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with stdenv.lib.maintainers; [ matthewbauer ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue