summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2024-10-26 15:24:51 (GMT)
committerGitHub <noreply@github.com>2024-10-26 15:24:51 (GMT)
commit905eddceb2d61da9087f0d303aa7e4a405d2261a (patch)
tree60e7b36925606054dbb9e5649788c09e68e4fd7f /.github
parent8b7cdc5e0c3ee9903d41a2bfc494148db32dc379 (diff)
downloadcpython-905eddceb2d61da9087f0d303aa7e4a405d2261a.zip
cpython-905eddceb2d61da9087f0d303aa7e4a405d2261a.tar.gz
cpython-905eddceb2d61da9087f0d303aa7e4a405d2261a.tar.bz2
Update CODEOWNERS (#126005)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2210087..e929ac8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -17,7 +17,7 @@ Makefile.pre.in @erlend-aasland
Modules/Setup* @erlend-aasland
# asyncio
-**/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc
+**/*asyncio* @1st1 @asvetlov @kumaraditya303 @willingc
# Core
**/*context* @1st1
@@ -281,4 +281,4 @@ Lib/test/test_configparser.py @jaraco
# Doc sections
Doc/reference/ @willingc
-**/*weakref* @kumaraditya303 \ No newline at end of file
+**/*weakref* @kumaraditya303