CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)

Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Erlend Egeberg Aasland 2022-05-09 10:06:03 +02:00 committed by GitHub
parent e01eeb7b4b
commit 3edda031e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View 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