Unverified Commit 0d07084d authored by Yaya's avatar Yaya Committed by GitHub
Browse files

team-list: add electron team (#451905)

parents d0cdaf8f bbfed5a7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -387,6 +387,17 @@ with lib.maintainers;
    shortName = "dotnet";
  };

  electron = {
    members = [
      tomasajt
      yayayayaka
      teutat3s
    ];
    scope = "Maintainers of electron packages";
    shortName = "electron";
    enableFeatureFreezePing = true;
  };

  emacs = {
    members = [
      AndersonTorres
+1 −5
Original line number Diff line number Diff line
@@ -44,11 +44,7 @@ let
    homepage = "https://github.com/electron/electron";
    license = licenses.mit;
    mainProgram = "electron";
    maintainers = with maintainers; [
      yayayayaka
      teutat3s
      tomasajt
    ];
    teams = [ teams.electron ];
    platforms = [
      "x86_64-darwin"
      "x86_64-linux"
+1 −1
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ let
    license = licenses.mit;
    maintainers = with maintainers; [
      liammurphy14
      yayayayaka
    ];
    teams = [ teams.electron ];
    platforms = [
      "x86_64-darwin"
      "x86_64-linux"
+1 −5
Original line number Diff line number Diff line
@@ -323,11 +323,7 @@ in
    homepage = "https://github.com/electron/electron";
    platforms = lib.platforms.linux;
    license = licenses.mit;
    maintainers = with maintainers; [
      yayayayaka
      teutat3s
      tomasajt
    ];
    teams = [ teams.electron ];
    mainProgram = "electron";
    hydraPlatforms =
      lib.optionals (!(hasInfix "alpha" info.version) && !(hasInfix "beta" info.version))