team-list: add electron team

This commit is contained in:
teutat3s
2025-10-16 18:43:39 +02:00
parent d66bf8d648
commit bbfed5a734
4 changed files with 14 additions and 11 deletions
+11
View File
@@ -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
@@ -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"
@@ -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
View File
@@ -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))