From 94c3840c3a69ce2992235d27a55be1bcab2aef63 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Tue, 28 May 2024 10:04:59 +0100 Subject: [PATCH] Remove @pphaneuf from CODEOWNERS (#3516) --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 48985d872a..0e627a2f17 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,12 +10,12 @@ # review when someone opens a pull request. * @google/trillian-team -/*.proto @mhutchinson @AlCutter @pphaneuf -/storage/storagepb/storage.proto @mhutchinson @AlCutter @pphaneuf +/*.proto @mhutchinson @AlCutter +/storage/storagepb/storage.proto @mhutchinson @AlCutter # Mitigation for https://github.com/google/trillian/issues/1297 # Folks to watch out for hanges to DB schemas and ensure that # there's a note added in a sensible location about how to # upgrade schema instances. -/storage/mysql/schema/* @mhutchinson @AlCutter @pphaneuf -/storage/cloudspanner/spanner.sdl @mhutchinson @AlCutter @pphaneuf +/storage/mysql/schema/* @mhutchinson @AlCutter +/storage/cloudspanner/spanner.sdl @mhutchinson @AlCutter