home-assistant-cli: fix typo in description
This commit is contained in:
parent
f74fc27ace
commit
cf8cb059e2
@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line tool for Home Asssistant";
|
description = "Command-line tool for Home Assistant";
|
||||||
homepage = https://github.com/home-assistant/home-assistant-cli;
|
homepage = https://github.com/home-assistant/home-assistant-cli;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user