diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-17 09:46:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 09:46:25 (GMT) |
commit | e22e8641dd277478b8df7a9fe792ea551adc6932 (patch) | |
tree | c95eac887d18f5f4eb2de22800089c021e16d62e /.github | |
parent | 480f29f913cff30329e7b425fd6669f83d6d8af8 (diff) | |
download | cpython-e22e8641dd277478b8df7a9fe792ea551adc6932.zip cpython-e22e8641dd277478b8df7a9fe792ea551adc6932.tar.gz cpython-e22e8641dd277478b8df7a9fe792ea551adc6932.tar.bz2 |
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27212)
(cherry picked from commit 311ee83adb40a9b549af8e0b546a787e8eb01f5d)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b86d39..8412314 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -128,7 +128,7 @@ Lib/ast.py @isidentical **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @ilevkivskyi +**/*typing* @gvanrossum @Fidget-Spinner **/*asyncore @giampaolo **/*asynchat @giampaolo |