From: Barry Warsaw Date: Mon, 4 Sep 2017 19:19:26 +0000 (-0400) Subject: Use a team to maintain the email related packages. (#3290) X-Git-Tag: v3.7.0a1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a589a604f49be81f8d932391bdfab9438d18f9d;p=thirdparty%2FPython%2Fcpython.git Use a team to maintain the email related packages. (#3290) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cda5a0f7675..a318a2f0bee8 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