xxh: better description

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

pasqui23 6024d6cc a37d5183

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