[Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)

erlend-aasland webhook-mailer at python.org
Mon May 9 04:06:30 EDT 2022


https://github.com/python/cpython/commit/3edda031e4abcdc8a2974f2708db99eeb109de32
commit: 3edda031e4abcdc8a2974f2708db99eeb109de32
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at protonmail.com>
committer: erlend-aasland <erlend.aasland at protonmail.com>
date: 2022-05-09T10:06:03+02:00
summary:

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

Signed-off-by: Erlend E. Aasland <erlend.aasland at protonmail.com>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 62ee6f89cda67..0aea3983fa600 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



More information about the Python-checkins mailing list