mmdbinspect: Add description

This commit is contained in:
Andrew Kvalheim 2024-04-29 20:49:00 -07:00
parent 7182480ac3
commit 4cba8d86ce

View file

@ -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 ];
};