flutter: remove myself from maintainers

I don't have the time for this anymore.
This commit is contained in:
gilice 2023-09-13 17:37:52 +02:00
parent 96942dd1d5
commit bf1c8043b0
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ with lib.maintainers; {
};
flutter = {
members = [ gilice mkg20001 RossComputerGuy FlafyDev hacker1024 ];
members = [ mkg20001 RossComputerGuy FlafyDev hacker1024 ];
scope = "Maintain Flutter and Dart-related packages and build tools";
shortName = "flutter";
enableFeatureFreezePing = false;

View File

@ -117,7 +117,7 @@ let
homepage = "https://flutter.dev";
license = licenses.bsd3;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
maintainers = with maintainers; [ babariviere ericdallo FlafyDev gilice hacker1024 ];
maintainers = with maintainers; [ babariviere ericdallo FlafyDev hacker1024 ];
};
};
in