Commit e7d6ea8c authored by Emily's avatar Emily
Browse files

ld64: set Darwin team as maintainers

This is a critical part of the Darwin build infrastructure.
parent 02f20000
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
  };
})