summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/electron/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/electron/common.nix')
-rw-r--r--pkgs/development/tools/electron/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix
index 19f0dd427023..9aa3b1c932de 100644
--- a/pkgs/development/tools/electron/common.nix
+++ b/pkgs/development/tools/electron/common.nix
@@ -216,7 +216,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
homepage = "https://github.com/electron/electron";
platforms = lib.platforms.linux;
license = licenses.mit;
- maintainers = with maintainers; [ yuka ];
+ maintainers = with maintainers; [ yayayayaka yuka ];
mainProgram = "electron";
hydraPlatforms = lib.optionals (!(hasInfix "alpha" info.version) && !(hasInfix "beta" info.version)) ["aarch64-linux" "x86_64-linux"];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)