diff options
author | Barry Warsaw <barry@python.org> | 2017-09-04 19:19:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 19:19:26 (GMT) |
commit | 1a589a604f49be81f8d932391bdfab9438d18f9d (patch) | |
tree | 089abbeb5b29b0252fd638155d9ce750315e5112 /.github | |
parent | 1bfbe78b03e6ee3ee7de938b5e39015dd08b0302 (diff) | |
download | cpython-1a589a604f49be81f8d932391bdfab9438d18f9d.zip cpython-1a589a604f49be81f8d932391bdfab9438d18f9d.tar.gz cpython-1a589a604f49be81f8d932391bdfab9438d18f9d.tar.bz2 |
Use a team to maintain the email related packages. (#3290)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cda5a0..a318a2f 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 |