From db177443ddc21c7744e19259c83c53d8d1b977ef Mon Sep 17 00:00:00 2001 From: peverwhee Date: Thu, 20 Nov 2025 11:21:03 -0700 Subject: [PATCH] remove user from codeowners file who is no longer on project --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index b5662f11..8f3f2dee 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,7 +3,7 @@ # These owners will be the default owners for everything in the repo. #* @defunkt -* @climbfuji @gold2718 @dustinswales @mwaxmonsky @peverwhee @grantfirl @mkavulich +* @climbfuji @gold2718 @dustinswales @peverwhee @grantfirl @mkavulich # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners