lol

xxh: better description

Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>

authored by

pasqui23
legendofmiracles
and committed by
GitHub
6024d6cc a37d5183

+1 -2
+1 -2
pkgs/tools/networking/xxh/default.nix
··· 14 14 propagatedBuildInputs = [ pexpect pyyaml openssh ]; 15 15 16 16 meta = with lib; { 17 - description = "Bring your favorite shell wherever you go through the ssh"; 17 + description = "Bring your favorite shell wherever you go through ssh"; 18 18 homepage = "https://github.com/xxh/xxh"; 19 19 license = licenses.bsd2; 20 20 maintainers = [ maintainers.pasqui23 ]; 21 21 }; 22 - 23 22 }