diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-09 08:32:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 08:32:26 (GMT) |
commit | 7ae6f1ae09597ae76f15b98e13e767194d6f9fe2 (patch) | |
tree | 5d18f4499852969c04d4b0a482ce81197d240452 | |
parent | 03aa75221bf0bda469343de5af26766f09e904fe (diff) | |
download | cpython-7ae6f1ae09597ae76f15b98e13e767194d6f9fe2.zip cpython-7ae6f1ae09597ae76f15b98e13e767194d6f9fe2.tar.gz cpython-7ae6f1ae09597ae76f15b98e13e767194d6f9fe2.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>
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7fe615a..aa08f24 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -79,7 +79,7 @@ Include/pytime.h @pganssle @abalkin /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou # SQLite 3 -**/*sqlite* @berkerpeksag +**/*sqlite* @berkerpeksag @erlend-aasland # subprocess /Lib/subprocess.py @gpshead |