diff --git a/nixos/modules/programs/localsend.nix b/nixos/modules/programs/localsend.nix index 5ad61a429479..47f54246a40f 100644 --- a/nixos/modules/programs/localsend.nix +++ b/nixos/modules/programs/localsend.nix @@ -21,4 +21,6 @@ in environment.systemPackages = [ pkgs.localsend ]; networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [ firewallPort ]; }; + + meta.maintainers = with lib.maintainers; [ pandapip1 ]; } diff --git a/pkgs/applications/networking/localsend/default.nix b/pkgs/applications/networking/localsend/default.nix index be540d58da81..0a36cfa0c258 100644 --- a/pkgs/applications/networking/localsend/default.nix +++ b/pkgs/applications/networking/localsend/default.nix @@ -98,7 +98,7 @@ let homepage = "https://localsend.org/"; license = licenses.mit; mainProgram = "localsend"; - maintainers = with maintainers; [ sikmir linsui ]; + maintainers = with maintainers; [ sikmir linsui pandapip1 ]; }; in if stdenv.isDarwin