summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2023-01-05 22:28:02 (GMT)
committerGitHub <noreply@github.com>2023-01-05 22:28:02 (GMT)
commitd84b1a97f942ed25693e9b3c735196399ca4a791 (patch)
tree8872f7fd8d1a01339a060ab59dac4368dd9f1e42 /.github/CODEOWNERS
parent7fba99eadb3349a6d49d02f13b1fddf44c674393 (diff)
downloadcpython-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/CODEOWNERS2
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