Skip to content

Commit

Permalink
ld64: set Darwin team as maintainers
Browse files Browse the repository at this point in the history
This is a critical part of the Darwin build infrastructure.
  • Loading branch information
emilazy committed Nov 4, 2024
1 parent 02f2000 commit e7d6ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ld/ld64/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
};
})

0 comments on commit e7d6ea8

Please sign in to comment.