summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/zktree/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/zktree/default.nix')
-rw-r--r--pkgs/applications/misc/zktree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/zktree/default.nix b/pkgs/applications/misc/zktree/default.nix
index c9d4786f05f5..7638ad4e8e13 100644
--- a/pkgs/applications/misc/zktree/default.nix
+++ b/pkgs/applications/misc/zktree/default.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "18v7agm39acnblc703278cn8py5971hm8p5kxmznpw119fjp36s5";
meta = with lib; {
- description = "A small tool to display Znodes in Zookeeper in tree structure.";
+ description = "A small tool to display Znodes in Zookeeper in tree structure";
homepage = "https://github.com/alirezameskin/zktree";
license = licenses.unlicense;
maintainers = with lib.maintainers; [ alirezameskin ];