From 9da3476b42b853c116071dece25b01870fad89ca Mon Sep 17 00:00:00 2001 From: Yureka Date: Sat, 27 Apr 2024 13:56:45 +0200 Subject: remove myself from a bunch of maintainer roles --- pkgs/development/tools/electron/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/electron') diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix index fd17d7aa35555..0cde63f2b3128 100644 --- a/pkgs/development/tools/electron/common.nix +++ b/pkgs/development/tools/electron/common.nix @@ -236,7 +236,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; [ yayayayaka yuka ]; + maintainers = with maintainers; [ yayayayaka ]; 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) -- cgit 1.4.1