summary refs log tree commit diff
diff options
context:
space:
mode:
authorgilice <104317939+gilice@users.noreply.github.com>2023-09-13 17:37:52 +0200
committergilice <104317939+gilice@users.noreply.github.com>2023-09-13 17:37:52 +0200
commitbf1c8043b0f1f673fc4d3c83814ea6d20050b0de (patch)
treeb35c4edae2c1aad73327ee260e47726950ce7638
parent96942dd1d5589026d338fd257eb72e5fec09ec7e (diff)
downloadnixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar.gz
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar.bz2
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar.lz
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar.xz
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.tar.zst
nixpkgs-bf1c8043b0f1f673fc4d3c83814ea6d20050b0de.zip
flutter: remove myself from maintainers
I don't have the time for this anymore.
-rw-r--r--maintainers/team-list.nix2
-rw-r--r--pkgs/development/compilers/flutter/flutter.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 01b29e32cb9..d0a8be19fb2 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -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;
diff --git a/pkgs/development/compilers/flutter/flutter.nix b/pkgs/development/compilers/flutter/flutter.nix
index 49dcb4c3658..da45fee420d 100644
--- a/pkgs/development/compilers/flutter/flutter.nix
+++ b/pkgs/development/compilers/flutter/flutter.nix
@@ -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