From 0281274d9cfebd05b0efe95be15157ffb39b868a Mon Sep 17 00:00:00 2001 From: Jon Meow <46229924+jonmeow@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:28:19 -0800 Subject: [PATCH] toolchain-team -> implementation-team (#249) --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bc1b49769782..0e024658f88f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,13 +4,13 @@ # Most of the repository consists of implementation code or other supporting # material for the implementation of Carbon. Rather than enumerate these, we -# default them to toolchain team ownership, which will be overridden by later +# default them to implementation team ownership, which will be overridden by later # lines. -* @carbon-language/toolchain-team +* @carbon-language/implementation-team # Co-own top-level config files. Ownership is actually mixed, but low value to # separate. Top-level docs will be overridden as core-team-owned files. -/* @carbon-language/toolchain-team @carbon-language/infra-team +/* @carbon-language/implementation-team @carbon-language/infra-team # Directories that contain infrastructure and support scripts. /.github/ @carbon-language/infra-team