summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhilash Raj <maxking@users.noreply.github.com>2019-05-28 00:15:48 -0400
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-27 21:15:48 -0700
commit71dc7c5fbd856df83202f39c1f41ccd07c6eceb7 (patch)
tree17ad371c4af1dbb41c3028175b147eb40876b1e2
parentf0d4c64019ecf8a5f362aa5a478786241613e5c3 (diff)
downloadcpython-git-71dc7c5fbd856df83202f39c1f41ccd07c6eceb7.tar.gz
Add @maxking to CODEOWNERS file (GH-13599)
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fae5138435..1638a8b4b4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -37,7 +37,7 @@ Objects/dict* @methane
Python/bootstrap_hash.c @python/crypto-team
# Email and related
-**/*mail* @python/email-team
+**/*mail* @python/email-team @maxking
**/*smtp* @python/email-team
**/*mime* @python/email-team
**/*imap* @python/email-team