]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Remove myself from CODEOWNERS (GH-149727) (#149733)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 12 May 2026 16:30:10 +0000 (19:30 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2026 16:30:10 +0000 (19:30 +0300)
(cherry picked from commit 058c12528d98954c44d6f92f2eea48b881c1967f)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
.github/CODEOWNERS

index a60afb1bf6f91f66f8963eb7b6ad54796b4cd27f..b54e5791367ca7336e04e446b3263d3733012402 100644 (file)
@@ -213,7 +213,7 @@ Lib/test/test_ast/            @eclips4
 **/*multiprocessing*          @gpshead
 
 # SQLite 3
-**/*sqlite*                   @berkerpeksag @erlend-aasland
+**/*sqlite*                   @erlend-aasland
 
 # subprocess
 /Lib/subprocess.py            @gpshead