]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add hauntsaninja as tomllib CODEOWNER (#100779)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 5 Jan 2023 22:28:02 +0000 (14:28 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 22:28:02 +0000 (14:28 -0800)
.github/CODEOWNERS

index 1d7c1e843fe9da5aaae6221fc60bce1fff979d48..351bf7c39555865dd368dbd8c1d70161960535ea 100644 (file)
@@ -144,7 +144,7 @@ Lib/ast.py                    @isidentical
 **/*cgi*                      @ethanfurman
 **/*tarfile*                  @ethanfurman
 
-**/*tomllib*                  @encukou
+**/*tomllib*                  @encukou @hauntsaninja
 
 **/*sysconfig*                @FFY00