dmarc-report-converter: remove with statements

This commit is contained in:
Andreas Zweili
2024-11-22 19:16:38 +01:00
parent 86ad92070c
commit eafc83d37d
@@ -31,11 +31,11 @@ buildGoModule rec {
'';
};
meta = with lib; {
meta = {
description = "Convert DMARC report files from xml to human-readable formats";
homepage = "https://github.com/tierpod/dmarc-report-converter";
license = licenses.mit;
maintainers = with maintainers; [ Nebucatnetzer ];
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Nebucatnetzer ];
mainProgram = "dmarc-report-converter";
};
}