hassbridge: cleanup
This commit is contained in:
parent
d586c5a71a
commit
2e6157e0c7
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication {
|
||||||
pname = "hassbridge";
|
pname = "hassbridge";
|
||||||
version = "unstable-2024-08-10";
|
version = "unstable-2024-08-10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
description = "Control your Home Assistant media players from your desktop using MPRIS";
|
description = "Control your Home Assistant media players from your desktop using MPRIS";
|
||||||
homepage = "https://github.com/rytilahti/homeassistant-mpris-bridge";
|
homepage = "https://github.com/rytilahti/homeassistant-mpris-bridge";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ ];
|
|
||||||
mainProgram = "hassbridge";
|
mainProgram = "hassbridge";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue