diff options
author | Abhilash Raj <maxking@users.noreply.github.com> | 2019-05-28 04:15:48 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-28 04:15:48 (GMT) |
commit | 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7 (patch) | |
tree | 17ad371c4af1dbb41c3028175b147eb40876b1e2 /.github | |
parent | f0d4c64019ecf8a5f362aa5a478786241613e5c3 (diff) | |
download | cpython-71dc7c5fbd856df83202f39c1f41ccd07c6eceb7.zip cpython-71dc7c5fbd856df83202f39c1f41ccd07c6eceb7.tar.gz cpython-71dc7c5fbd856df83202f39c1f41ccd07c6eceb7.tar.bz2 |
Add @maxking to CODEOWNERS file (GH-13599)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fae5138..1638a8b 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 |