about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/networking/xxh/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/networking/xxh/default.nix b/pkgs/tools/networking/xxh/default.nix
index 3cc862cb48edd..0799f8cfe9422 100644
--- a/pkgs/tools/networking/xxh/default.nix
+++ b/pkgs/tools/networking/xxh/default.nix
@@ -14,10 +14,9 @@ buildPythonApplication rec{
   propagatedBuildInputs = [ pexpect pyyaml openssh ];
 
   meta = with lib; {
-    description = "Bring your favorite shell wherever you go through the ssh";
+    description = "Bring your favorite shell wherever you go through ssh";
     homepage = "https://github.com/xxh/xxh";
     license = licenses.bsd2;
     maintainers = [ maintainers.pasqui23 ];
   };
-
 }