mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
maintainers/team-list: establish the Darwin team (#348183)
This commit is contained in:
commit
6eb74012a6
@ -405,3 +405,8 @@ pkgs/by-name/lx/lxc* @adamcstephens
|
|||||||
/pkgs/by-name/in/installShellFiles/* @Ericson2314
|
/pkgs/by-name/in/installShellFiles/* @Ericson2314
|
||||||
/pkgs/test/install-shell-files/* @Ericson2314
|
/pkgs/test/install-shell-files/* @Ericson2314
|
||||||
/doc/hooks/installShellFiles.section.md @Ericson2314
|
/doc/hooks/installShellFiles.section.md @Ericson2314
|
||||||
|
|
||||||
|
# Darwin
|
||||||
|
/pkgs/by-name/ap/apple-sdk @NixOS/darwin-core
|
||||||
|
/pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
|
||||||
|
/pkgs/stdenv/darwin @NixOS/darwin-core
|
||||||
|
@ -195,11 +195,12 @@ with lib.maintainers;
|
|||||||
|
|
||||||
darwin = {
|
darwin = {
|
||||||
members = [
|
members = [
|
||||||
|
emily
|
||||||
reckenrode
|
reckenrode
|
||||||
toonn
|
toonn
|
||||||
];
|
];
|
||||||
githubTeams = [ "darwin-maintainers" ];
|
githubTeams = [ "darwin-core" ];
|
||||||
scope = "Maintain Darwin compatibility of packages and Darwin-only packages.";
|
scope = "Maintain core platform support and packages for macOS and other Apple platforms.";
|
||||||
shortName = "Darwin";
|
shortName = "Darwin";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user