summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2018-10-21 14:22:15 +1000
committerGitHub <noreply@github.com>2018-10-21 14:22:15 +1000
commit2f73ed69130cdf63b773275f430c9abdab0757ad (patch)
tree00a7ede74f1e2a3eae9e63bf4a767a491c5c3463 /.github
parent94451182ccd6729c11338926d8a3d11645e86626 (diff)
downloadcpython-git-2f73ed69130cdf63b773275f430c9abdab0757ad.tar.gz
Update codeowners to match experts list change (#10022)
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 2e98e14a3d..4d4d352601 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