summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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