about summary refs log tree commit diff
path: root/pkgs/tools/networking/xxh
diff options
context:
space:
mode:
authorpasqui23 <pasqui23@users.noreply.github.com>2021-11-28 14:41:30 +0000
committerGitHub <noreply@github.com>2021-11-28 14:41:30 +0000
commit6024d6cc61064ed231e2b0e89416ec2fe873fc0e (patch)
treec7db84a1bd6de4df10c1e809a9c49e5be45621e5 /pkgs/tools/networking/xxh
parenta37d5183204a2587780691b52955a31487a17753 (diff)
xxh: better description
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/networking/xxh')
-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 ];
   };
-
 }