Commit bf1c8043 authored by gilice's avatar gilice
Browse files

flutter: remove myself from maintainers

I don't have the time for this anymore.
parent 96942dd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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