diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2017-12-18 16:20:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 16:20:42 (GMT) |
commit | 02e4b7f35419a632b21d17435a61729b97ca0804 (patch) | |
tree | fc286ca84a1e5473eb049c259fad2ddee8fa6fad /.github | |
parent | bd6ec4d79e8575df3d08f8a89ba721930032714c (diff) | |
download | cpython-02e4b7f35419a632b21d17435a61729b97ca0804.zip cpython-02e4b7f35419a632b21d17435a61729b97ca0804.tar.gz cpython-02e4b7f35419a632b21d17435a61729b97ca0804.tar.bz2 |
Add @asvetlov to asyncio codeowners (#4917)
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 3511dcf..d751a91 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://git-scm.com/docs/gitignore#_pattern_format # asyncio -**/*asyncio* @1st1 +**/*asyncio* @1st1 @asvetlov # Core **/*genobject* @1st1 |