]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 May 2022 08:27:00 +0000 (01:27 -0700)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 08:27:00 +0000 (01:27 -0700)
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 3edda031e4abcdc8a2974f2708db99eeb109de32)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
.github/CODEOWNERS

index 9a5bc63924788366cafc0a397bc68d5bff7926fd..173b957b108c60e8ce03234770a5d0f0299b3e6f 100644 (file)
@@ -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