mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ld64: set Darwin team as maintainers
This is a critical part of the Darwin build infrastructure.
This commit is contained in:
parent
02f20000a2
commit
e7d6ea8ca6
@ -227,7 +227,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://opensource.apple.com/releases/";
|
||||
license = lib.licenses.apple-psl20;
|
||||
mainProgram = "ld";
|
||||
maintainers = with lib.maintainers; [ reckenrode ];
|
||||
maintainers = lib.teams.darwin.members;
|
||||
platforms = lib.platforms.darwin; # Porting to other platforms is incomplete. Support only Darwin for now.
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user