From 9d57f685b0ccc0e6851d517ffb851522fcd21a7c Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 12 Oct 2024 01:29:21 +0100 Subject: [PATCH] maintainers/team-list: establish the Darwin team --- maintainers/team-list.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 82144003e74b..95804a88dc27 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -198,8 +198,8 @@ with lib.maintainers; 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; };