diff --git a/packages/mmdbinspect.nix b/packages/mmdbinspect.nix index 10cc375..bf39096 100644 --- a/packages/mmdbinspect.nix +++ b/packages/mmdbinspect.nix @@ -21,6 +21,7 @@ buildGoModule rec { passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { + description = "Look up records for IPs/networks in .mmdb databases"; homepage = "https://github.com/maxmind/mmdbinspect"; license = with lib.licenses; [ asl20 mit ]; };