mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
{cctools,ld64}: set Darwin team as maintainers (#353710)
This commit is contained in:
commit
6cf39479e1
@ -170,7 +170,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
apple-psl20
|
apple-psl20
|
||||||
gpl2 # GNU as
|
gpl2 # GNU as
|
||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [ reckenrode ];
|
maintainers = lib.teams.darwin.members;
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -227,7 +227,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://opensource.apple.com/releases/";
|
homepage = "https://opensource.apple.com/releases/";
|
||||||
license = lib.licenses.apple-psl20;
|
license = lib.licenses.apple-psl20;
|
||||||
mainProgram = "ld";
|
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.
|
platforms = lib.platforms.darwin; # Porting to other platforms is incomplete. Support only Darwin for now.
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user