Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40d2cc1..2ca555b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,6 +43,9 @@
 **/*imap*                     @python/email-team
 **/*poplib*                   @python/email-team
 
+# SQLite 3
+**/*sqlite*                   @berkerpeksag
+
 # subprocess
 **/*subprocess*               @gpshead
 
@@ -50,6 +53,9 @@
 /PC/                          @python/windows-team
 /PCbuild/                     @python/windows-team
 
+# Urllib
+**/*robotparser*              @berkerpeksag
+
 # Windows installer packages
 /Tools/msi/                   @python/windows-team
 /Tools/nuget/                 @python/windows-team