summaryrefslogtreecommitdiff
path: root/pkgs/treefetch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/treefetch.nix')
-rw-r--r--pkgs/treefetch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/treefetch.nix b/pkgs/treefetch.nix
index 2c3c130..e1dd503 100644
--- a/pkgs/treefetch.nix
+++ b/pkgs/treefetch.nix
@@ -28,7 +28,7 @@ in
longDescription = "A comfy and fast system fetch tool made in Rust. Tested to be much faster than neofetch and pfetch.";
homepage = "https://github.com/angelofallars/treefetch";
license = licenses.gpl3;
- maintainers = with maintainers; [getchoo];
+ #maintainers = with maintainers; [getchoo];
platforms = platforms.unix;
};
}