summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrett Cannon <54418+brettcannon@users.noreply.github.com>2019-05-30 14:59:01 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-30 14:59:01 (GMT)
commit25ee0c3bf10820496448e2886069f9c2794be7ac (patch)
tree5da1877bb2fa10dc8aa71f85acbf62f5d148aea3 /.github
parent37788bc23f6f1ed0362b9b3b248daf296c024849 (diff)
downloadcpython-25ee0c3bf10820496448e2886069f9c2794be7ac.zip
cpython-25ee0c3bf10820496448e2886069f9c2794be7ac.tar.gz
cpython-25ee0c3bf10820496448e2886069f9c2794be7ac.tar.bz2
Revert adding @maxking to CODEOWNERS file (GH-13660)
This reverts commit 71dc7c5fbd856df83202f39c1f41ccd07c6eceb7. Turns out you must have write access for CODEOWNERS to work.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6a4ca54..963ab4d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -44,7 +44,7 @@ Objects/dict* @methane
Python/bootstrap_hash.c @python/crypto-team @tiran
# Email and related
-**/*mail* @python/email-team @maxking
+**/*mail* @python/email-team
**/*smtp* @python/email-team
**/*mime* @python/email-team
**/*imap* @python/email-team