diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-09 08:27:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 08:27:00 (GMT) |
commit | eded1036f14aeb30c697a4ad1bf58247bd985fc6 (patch) | |
tree | 823f1d81329b7585c96110eed59a2546fc009c02 /.github | |
parent | cd110687126d9f19da42d8eb2404032e994ef28b (diff) | |
download | cpython-eded1036f14aeb30c697a4ad1bf58247bd985fc6.zip cpython-eded1036f14aeb30c697a4ad1bf58247bd985fc6.tar.gz cpython-eded1036f14aeb30c697a4ad1bf58247bd985fc6.tar.bz2 |
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
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>
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 9a5bc63..173b957 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |