diff options
Diffstat (limited to 'pkgs/treefetch/package.nix')
| -rw-r--r-- | pkgs/treefetch/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/treefetch/package.nix b/pkgs/treefetch/package.nix index dd8283a..2dec75f 100644 --- a/pkgs/treefetch/package.nix +++ b/pkgs/treefetch/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage { 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; }; } |
