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

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

index 13d1e3e901cdd1c2ebdac59a26671c2c4f3ff149..2827a9942096a824230cfa8c65845be2e6af6ee5 100644 (file)
@@ -171,7 +171,7 @@ Lib/ast.py                    @isidentical
 **/*multiprocessing*          @gpshead
 
 # SQLite 3
-**/*sqlite*                   @berkerpeksag @erlend-aasland
+**/*sqlite*                   @erlend-aasland
 
 # subprocess
 /Lib/subprocess.py            @gpshead