summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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