summaryrefslogtreecommitdiff
path: root/pkgs/treefetch.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-25 16:04:05 -0400
committerseth <[email protected]>2023-05-25 16:04:05 -0400
commitabd5527cb52b2a7d0226b569ffd5a3e9f40ce5a8 (patch)
tree260b9a3100817ca74f3912ee8e2e732a76513105 /pkgs/treefetch.nix
parentbd4fdde80baf23dd0389083f7218f4539290ee5d (diff)
docs: add hydra status
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;
};
}