Unverified Commit 380bacd4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #307171 from amaxine/drop-maintainership

maintainers: remove amaxine
parents cbe1b81d 40a7011c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1086,12 +1086,6 @@
    githubId = 153175;
    name = "Andrew Marshall";
  };
  amaxine = {
    email = "max@ine.dev";
    github = "amaxine";
    githubId = 35892750;
    name = "Maxine Aubrey";
  };
  ambroisie = {
    email = "bruno.nixpkgs@belanyi.fr";
    github = "ambroisie";
+0 −1
Original line number Diff line number Diff line
@@ -402,7 +402,6 @@ with lib.maintainers; {
      hedning
      jtojnar
      dasj19
      amaxine
    ];
    githubTeams = [
      "gnome"
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ let
    homepage = "https://1password.com/";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ];
    maintainers = with maintainers; [ timstott savannidgerinel sebtm ];
    platforms = builtins.attrNames sources.${channel};
    mainProgram = "1password";
  };
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ let
        description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
        mainProgram = "nomad";
        inherit license;
        maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick cottand ];
        maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes techknowlogick cottand ];
      };
    } // attrs');
in
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ let
          Chili-Man
          babariviere
          kalbasit
          amaxine
          timstott
          zimbatm
          zowoq
Loading