electron_source: add yayayayaka to maintainers

This commit is contained in:
Yaya 2024-04-17 22:58:22 +02:00 committed by Yureka
parent 101d7ae0be
commit 2817a4e0da
1 changed files with 1 additions and 1 deletions

View File

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