postfix-tlspol: adopt package and module

This commit is contained in:
Martin Weinelt
2025-07-11 03:20:39 +02:00
parent b201963951
commit e6445e42fa
2 changed files with 6 additions and 1 deletions
@@ -24,6 +24,8 @@ let
in
{
meta.maintainers = pkgs.postfix-tlspol.meta.maintainers;
options.services.postfix-tlspol = {
enable = mkEnableOption "postfix-tlspol";
+4 -1
View File
@@ -32,7 +32,10 @@ buildGoModule rec {
description = "Lightweight MTA-STS + DANE/TLSA resolver and TLS policy server for Postfix, prioritizing DANE.";
homepage = "https://github.com/Zuplu/postfix-tlspol";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ valodim ];
maintainers = with lib.maintainers; [
hexa
valodim
];
mainProgram = "postfix-tlspol";
};
}