{nixos}localsend: Add pandapip1 as maintainer

This commit is contained in:
Gavin John 2024-07-11 16:29:40 -04:00 committed by John Titor
parent 3e8b6a47fb
commit e69e59cbce
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 3 additions and 1 deletions

View File

@ -21,4 +21,6 @@ in
environment.systemPackages = [ pkgs.localsend ];
networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [ firewallPort ];
};
meta.maintainers = with lib.maintainers; [ pandapip1 ];
}

View File

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