Skip to content

Commit

Permalink
maintainers/team-list: establish the Darwin team (#348183)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Oct 17, 2024
2 parents 2d65a9d + 9ffc74c commit 6eb7401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ci/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 6eb7401

Please sign in to comment.