diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2023-01-05 22:28:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 22:28:02 (GMT) |
commit | d84b1a97f942ed25693e9b3c735196399ca4a791 (patch) | |
tree | 8872f7fd8d1a01339a060ab59dac4368dd9f1e42 /.github/CODEOWNERS | |
parent | 7fba99eadb3349a6d49d02f13b1fddf44c674393 (diff) | |
download | cpython-d84b1a97f942ed25693e9b3c735196399ca4a791.zip cpython-d84b1a97f942ed25693e9b3c735196399ca4a791.tar.gz cpython-d84b1a97f942ed25693e9b3c735196399ca4a791.tar.bz2 |
Add hauntsaninja as tomllib CODEOWNER (#100779)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1d7c1e8..351bf7c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -144,7 +144,7 @@ Lib/ast.py @isidentical **/*cgi* @ethanfurman **/*tarfile* @ethanfurman -**/*tomllib* @encukou +**/*tomllib* @encukou @hauntsaninja **/*sysconfig* @FFY00 |