From 3ba494af969de56d1906ebcc6d0a2428d4aef23f Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Tue, 28 Feb 2023 18:01:47 +0000 Subject: [PATCH] update codeowners --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3eda5e8a0..74c0b2b53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -34,7 +34,7 @@ # Guardiand node ## Fallback -/node/ @bruce-riley @leoluk @hendrikhofstadt +/node/ @bruce-riley @evan-gray @hendrikhofstadt ## Entrypoint / RPC /node/cmd/ @bruce-riley @panoel @@ -49,7 +49,7 @@ /node/pkg/governor/ @bruce-riley @claudijd ## P2P -/node/pkg/p2p/ @leoluk @hendrikhofstadt +/node/pkg/p2p/ @bruce-riley @hendrikhofstadt ## Consensus / Processor /node/pkg/processor/ @bruce-riley @hendrikhofstadt @@ -58,7 +58,7 @@ /node/pkg/publicrpc/ @bruce-riley ## Supervisor Framework -/node/pkg/supervisor/ @hendrikhofstadt @leoluk +/node/pkg/supervisor/ @hendrikhofstadt @bruce-riley ## Watcher - Algorand /node/pkg/watchers/algorand/ @evan-gray @jumpsiegel