From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 9 May 2022 08:31:44 +0000 (-0700) Subject: CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535) X-Git-Tag: v3.11.0b2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9f1cba06e4c8dbe35a1de5d1fa6918333341807;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535) Signed-off-by: Erlend E. Aasland (cherry picked from commit 3edda031e4abcdc8a2974f2708db99eeb109de32) Co-authored-by: Erlend Egeberg Aasland --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 62ee6f89cda6..0aea3983fa60 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -98,7 +98,7 @@ Lib/ast.py @isidentical /Lib/unittest/test/testmock/* @cjw296 # SQLite 3 -**/*sqlite* @berkerpeksag +**/*sqlite* @berkerpeksag @erlend-aasland # subprocess /Lib/subprocess.py @gpshead