From cc7b5fc79cd389bd02dba3dc7ee956761103b8b9 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 27 Aug 2024 13:30:19 -0700 Subject: [PATCH] Remove matan from codeowners (#7511) Now that the patches have landed there isn't a lot of value in me getting notified about every change to each package. I'm of course still happy to help, but I'll have to be reached in a different way than the `CODEOWNERS` mechanism :) --- CODEOWNERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e989020d24e92..bfdb5af89d817 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -63,9 +63,8 @@ packages/video_player/video_player_web/** @ditman packages/webview_flutter/webview_flutter_web/** @ditman # - Android -# TODO(matanlurey): Remove @matanlurey after https://github.com/flutter/flutter/issues/151018. -packages/camera/camera_android/** @camsim99 @matanlurey -packages/camera/camera_android_camerax/** @camsim99 @matanlurey +packages/camera/camera_android/** @camsim99 +packages/camera/camera_android_camerax/** @camsim99 packages/espresso/** @reidbaker packages/file_selector/file_selector_android/** @gmackall packages/flutter_plugin_android_lifecycle/** @reidbaker