From 7c5aa60d9acd8e0c4a9264566ff76866107a3fba Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Tue, 20 Jul 2021 08:22:30 -0700 Subject: [PATCH] Update CODEOWNERS for src/net * Removes @Lekensteyn as owner of src/net/http * Adds @Lekensteyn and @cjpatton as owners of src/net --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 19656ea7bfd..28ac64079f6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,4 +3,4 @@ src/circl @armfazh src/crypto/tls @claucece @Lekensteyn src/crypto/x509 @wbl @cjpatton src/internal/cpu @armfazh -src/net/http @Lekensteyn +src/net @Lekensteyn @cjpatton