From 6fa5cb30e5ec7ca3ff4bdcb74705720987225cb6 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:19:35 +0100 Subject: [PATCH] electron{,-bin}: add tomasajt as a maintainer --- pkgs/development/tools/electron/binary/generic.nix | 1 + pkgs/development/tools/electron/common.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/tools/electron/binary/generic.nix b/pkgs/development/tools/electron/binary/generic.nix index b8e246996eaa..97b2001a057f 100644 --- a/pkgs/development/tools/electron/binary/generic.nix +++ b/pkgs/development/tools/electron/binary/generic.nix @@ -46,6 +46,7 @@ let maintainers = with maintainers; [ yayayayaka teutat3s + tomasajt ]; platforms = [ "x86_64-darwin" diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix index 23e0235dbf05..122a3aa0bc55 100644 --- a/pkgs/development/tools/electron/common.nix +++ b/pkgs/development/tools/electron/common.nix @@ -260,6 +260,7 @@ in maintainers = with maintainers; [ yayayayaka teutat3s + tomasajt ]; mainProgram = "electron"; hydraPlatforms =