From: Erlend E. Aasland Date: Sun, 22 Jan 2023 22:02:15 +0000 (+0100) Subject: Add Erlend Aasland as autoconf codeowner (#101247) X-Git-Tag: v3.12.0a5~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4db64529aea775aa23b24f35d08611f427ec2f6f;p=thirdparty%2FPython%2Fcpython.git Add Erlend Aasland as autoconf codeowner (#101247) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d68f1eb328d0..f8dd9170228c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,9 @@ # GitHub .github/** @ezio-melotti +# Build system +configure* @erlend-aasland + # asyncio **/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303