From 1a589a604f49be81f8d932391bdfab9438d18f9d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 4 Sep 2017 15:19:26 -0400 Subject: Use a team to maintain the email related packages. (#3290) --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cda5a0f76..a318a2f0be 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,11 +24,11 @@ Python/bootstrap_hash.c @python/crypto-team # Email and related -**/*mail* @bitdancer -**/*smtp* @bitdancer -**/*mime* @bitdancer -**/*imap* @bitdancer -**/*poplib* @bitdancer +**/*mail* @python/email-team +**/*smtp* @python/email-team +**/*mime* @python/email-team +**/*imap* @python/email-team +**/*poplib* @python/email-team # subprocess **/*subprocess* @gpshead -- cgit v1.2.1