diff --git a/ci/OWNERS b/ci/OWNERS index 703d5336dde4..fd39eaec7c0e 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -405,3 +405,8 @@ pkgs/by-name/lx/lxc* @adamcstephens /pkgs/by-name/in/installShellFiles/* @Ericson2314 /pkgs/test/install-shell-files/* @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 diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 496dfd524be3..ec270055cb63 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -195,11 +195,12 @@ with lib.maintainers; darwin = { members = [ + emily reckenrode toonn ]; - githubTeams = [ "darwin-maintainers" ]; - scope = "Maintain Darwin compatibility of packages and Darwin-only packages."; + githubTeams = [ "darwin-core" ]; + scope = "Maintain core platform support and packages for macOS and other Apple platforms."; shortName = "Darwin"; enableFeatureFreezePing = true; };