From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 9 May 2022 08:27:00 +0000 (-0700) Subject: CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535) X-Git-Tag: v3.10.5~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eded1036f14aeb30c697a4ad1bf58247bd985fc6;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 9a5bc6392478..173b957b108c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -96,7 +96,7 @@ Lib/ast.py @isidentical /Lib/unittest/test/testmock/* @cjw296 # SQLite 3 -**/*sqlite* @berkerpeksag +**/*sqlite* @berkerpeksag @erlend-aasland # subprocess /Lib/subprocess.py @gpshead