electron: add teutat3s to maintainers

This commit is contained in:
teutat3s 2024-06-01 15:47:27 +02:00
parent 05309a05d9
commit d7a674f1cd
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -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)