summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2017-09-04 15:19:26 -0400
committerGitHub <noreply@github.com>2017-09-04 15:19:26 -0400
commit1a589a604f49be81f8d932391bdfab9438d18f9d (patch)
tree089abbeb5b29b0252fd638155d9ce750315e5112 /.github
parent1bfbe78b03e6ee3ee7de938b5e39015dd08b0302 (diff)
downloadcpython-git-1a589a604f49be81f8d932391bdfab9438d18f9d.tar.gz
Use a team to maintain the email related packages. (#3290)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 5 insertions, 5 deletions
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