summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2022-08-23 19:21:10 (GMT)
committerGitHub <noreply@github.com>2022-08-23 19:21:10 (GMT)
commite046cf872e33cc79891d829235633077c33c9315 (patch)
treeebab2caf17f88b2ce2d079c5ed8f1a1f98f5898e /.github/CODEOWNERS
parent58f6953d6d3fe20d972bfa2f6e982206adcf1353 (diff)
downloadcpython-e046cf872e33cc79891d829235633077c33c9315.zip
cpython-e046cf872e33cc79891d829235633077c33c9315.tar.gz
cpython-e046cf872e33cc79891d829235633077c33c9315.tar.bz2
Drop myself from owners of genobject (#96216)
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 cacd925..0e38536 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -9,7 +9,7 @@
# Core
**/*context* @1st1
-**/*genobject* @1st1 @markshannon
+**/*genobject* @markshannon
**/*hamt* @1st1
Objects/set* @rhettinger
Objects/dict* @methane @markshannon