diff options
author | Erlend Egeberg Aasland <erlend.aasland@protonmail.com> | 2022-05-09 08:06:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 08:06:03 (GMT) |
commit | 3edda031e4abcdc8a2974f2708db99eeb109de32 (patch) | |
tree | 01019775372e0095249e7eef629486ed6b8297fa /.github | |
parent | e01eeb7b4b8d00b9f5c6acb48957f46ac4e252c0 (diff) | |
download | cpython-3edda031e4abcdc8a2974f2708db99eeb109de32.zip cpython-3edda031e4abcdc8a2974f2708db99eeb109de32.tar.gz cpython-3edda031e4abcdc8a2974f2708db99eeb109de32.tar.bz2 |
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)
Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 62ee6f8..0aea398 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 |