diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-07-17 09:21:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 09:21:31 (GMT) |
commit | 311ee83adb40a9b549af8e0b546a787e8eb01f5d (patch) | |
tree | 55a84b4e7c7a4a2c0111cc8efd73d7eb8b49f987 | |
parent | 889036f7ef7290ef15b6c3373023f6a35387af0c (diff) | |
download | cpython-311ee83adb40a9b549af8e0b546a787e8eb01f5d.zip cpython-311ee83adb40a9b549af8e0b546a787e8eb01f5d.tar.gz cpython-311ee83adb40a9b549af8e0b546a787e8eb01f5d.tar.bz2 |
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8dc0a31..ce5121e 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 |