summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-01-09 10:45:46 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-01-09 10:45:46 +0000
commitcf8cb059e2b93fac5c8628cdff04eb41bdf98c0f (patch)
tree07e36144e867f5179bb9f40a7be602a63bea1c00 /pkgs/servers
parentf74fc27ace4eb6d7ce04960c11876337f0858e01 (diff)
downloadnixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar.gz
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar.bz2
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar.lz
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar.xz
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.tar.zst
nixpkgs-cf8cb059e2b93fac5c8628cdff04eb41bdf98c0f.zip
home-assistant-cli: fix typo in description
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/cli.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/cli.nix b/pkgs/servers/home-assistant/cli.nix
index 36b31947025..419462dcf85 100644
--- a/pkgs/servers/home-assistant/cli.nix
+++ b/pkgs/servers/home-assistant/cli.nix
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
   '';
 
   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;
     license = licenses.asl20;
     maintainers = with maintainers; [ dotlambda ];