mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
electron: add teutat3s to maintainers
This commit is contained in:
parent
05309a05d9
commit
d7a674f1cd
@ -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 ];
|
||||
maintainers = with maintainers; [ yayayayaka teutat3s ];
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user