nix-inspect: Fix package description

This commit is contained in:
Blusk 2024-04-16 20:48:11 -07:00
parent ced480670a
commit c653c1bbc0
No known key found for this signature in database
GPG Key ID: 5F7286501D9A677D

View File

@ -50,7 +50,7 @@ in
'';
meta = with lib; {
description = "A Rust package for inspecting Nix expressions";
description = "Interactive TUI for inspecting nix configs and other expressions";
homepage = "https://github.com/bluskript/nix-inspect";
license = licenses.mit;
maintainers = with maintainers; [blusk];