Unverified Commit 80616a47 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #254774 from amaxine/maintainer-entry-fix

maintainers: maxeaubrey → amaxine
parents 4d094164 9204ded9
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -876,6 +876,12 @@
    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";
@@ -10885,12 +10891,6 @@
    githubId = 502805;
    name = "Max Zerzouri";
  };
  maxeaubrey = {
    email = "maxeaubrey@gmail.com";
    github = "maxeaubrey";
    githubId = 35892750;
    name = "Maxine Aubrey";
  };
  maxhbr = {
    email = "nixos@maxhbr.dev";
    github = "maxhbr";
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ with lib.maintainers; {
      hedning
      jtojnar
      dasj19
      maxeaubrey
      amaxine
    ];
    githubTeams = [
      "gnome"
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ in
      homepage = "https://code.visualstudio.com/";
      downloadPage = "https://code.visualstudio.com/Updates";
      license = licenses.unfree;
      maintainers = with maintainers; [ eadwu synthetica maxeaubrey bobby285271 Enzime ];
      maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
      platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
    };
  }
+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 maxeaubrey sebtm ];
    maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ];
    platforms = builtins.attrNames sources.${channel};
    mainProgram = "1password";
  };
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ let
        homepage = "https://www.nomadproject.io/";
        description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
        license = licenses.mpl20;
        maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey techknowlogick ];
        maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick ];
      };
    } // attrs');
in
Loading