]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 9 May 2022 08:06:03 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 08:06:03 +0000 (10:06 +0200)
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
.github/CODEOWNERS

index 62ee6f89cda6791b7b6874635b69445ef4fe4522..0aea3983fa600d2a0017cb520f6ca8a80b769e82 100644 (file)
@@ -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