Skip to content

Commit

Permalink
electron_source: add yayayayaka to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
yayayayaka authored and yu-re-ka committed Apr 20, 2024
1 parent 880a5c5 commit 0ca25f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/electron/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ca25f1

Please sign in to comment.