team-list: add electron team
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user