]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Erlend Aasland as autoconf codeowner (#101247)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sun, 22 Jan 2023 22:02:15 +0000 (23:02 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 22:02:15 +0000 (23:02 +0100)
.github/CODEOWNERS

index d68f1eb328d017d1fe074f9d1dfa21061cea13c7..f8dd9170228c600e20807625a3c52ed7a1279f32 100644 (file)
@@ -7,6 +7,9 @@
 # GitHub
 .github/**                    @ezio-melotti
 
+# Build system
+configure*                    @erlend-aasland
+
 # asyncio
 **/*asyncio*                  @1st1 @asvetlov @gvanrossum @kumaraditya303