diff --git a/pkgs/hassbridge/default.nix b/pkgs/hassbridge/default.nix index 5ef4cf5..8600046 100644 --- a/pkgs/hassbridge/default.nix +++ b/pkgs/hassbridge/default.nix @@ -4,7 +4,7 @@ fetchFromGitHub, }: -python3.pkgs.buildPythonApplication rec { +python3.pkgs.buildPythonApplication { pname = "hassbridge"; version = "unstable-2024-08-10"; pyproject = true; @@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec { description = "Control your Home Assistant media players from your desktop using MPRIS"; homepage = "https://github.com/rytilahti/homeassistant-mpris-bridge"; license = licenses.gpl3Only; - maintainers = with maintainers; [ ]; mainProgram = "hassbridge"; }; }