summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2018-10-21 04:22:15 (GMT)
committerGitHub <noreply@github.com>2018-10-21 04:22:15 (GMT)
commit2f73ed69130cdf63b773275f430c9abdab0757ad (patch)
tree00a7ede74f1e2a3eae9e63bf4a767a491c5c3463 /.github/CODEOWNERS
parent94451182ccd6729c11338926d8a3d11645e86626 (diff)
downloadcpython-2f73ed69130cdf63b773275f430c9abdab0757ad.zip
cpython-2f73ed69130cdf63b773275f430c9abdab0757ad.tar.gz
cpython-2f73ed69130cdf63b773275f430c9abdab0757ad.tar.bz2
Update codeowners to match experts list change (#10022)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2e98e14..4d4d352 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -59,7 +59,7 @@ Python/bootstrap_hash.c @python/crypto-team
**/*queue* @rhettinger
**/*bisect* @rhettinger
**/*heapq* @rhettinger
-**/*functools* @ncoghlan @rhettinger
+**/*functools* @rhettinger
**/*decimal* @rhettinger @skrah
**/*dataclasses* @ericvsmith