From 3edda031e4abcdc8a2974f2708db99eeb109de32 Mon Sep 17 00:00:00 2001
From: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Date: Mon, 9 May 2022 10:06:03 +0200
Subject: [PATCH] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)

Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
---
 .github/CODEOWNERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 62ee6f89cda..0aea3983fa6 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -98,7 +98,7 @@ Lib/ast.py                    @isidentical
 /Lib/unittest/test/testmock/* @cjw296
 
 # SQLite 3
-**/*sqlite*                   @berkerpeksag
+**/*sqlite*                   @berkerpeksag @erlend-aasland
 
 # subprocess
 /Lib/subprocess.py            @gpshead
-- 
GitLab