dmarc-report-converter: Add description

This commit is contained in:
Andrew Kvalheim 2024-04-29 20:48:49 -07:00
parent 5e0225440a
commit 7182480ac3

View file

@ -20,6 +20,7 @@ buildGoModule {
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Convert dmarc reports from xml to human-readable formats";
homepage = "https://github.com/tierpod/dmarc-report-converter";
license = lib.licenses.mit;
};