{nixos}localsend: Add pandapip1 as maintainer

This commit is contained in:
Gavin John
2024-07-14 00:08:34 +05:30
committed by John Titor
parent 3e8b6a47fb
commit e69e59cbce
2 changed files with 3 additions and 1 deletions
+2
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 ];
}
@@ -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