summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2022-08-24 20:16:41 (GMT)
committerGitHub <noreply@github.com>2022-08-24 20:16:41 (GMT)
commit657976ad950e56b33b7dc15e64a0baecdd184f5a (patch)
treefa527497c986ed7d16d93be3c2c3a28003220b69 /.github
parentfba3b67af47723c201fe3425cb615932970a8f28 (diff)
downloadcpython-657976ad950e56b33b7dc15e64a0baecdd184f5a.zip
cpython-657976ad950e56b33b7dc15e64a0baecdd184f5a.tar.gz
cpython-657976ad950e56b33b7dc15e64a0baecdd184f5a.tar.bz2
Add gvanrossum to asyncio experts (#96248)
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 0e38536..2568560 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,7 @@
# https://git-scm.com/docs/gitignore#_pattern_format
# asyncio
-**/*asyncio* @1st1 @asvetlov
+**/*asyncio* @1st1 @asvetlov @gvanrossum
# Core
**/*context* @1st1