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
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,8 @@ let
in
{
meta.maintainers = pkgs.postfix-tlspol.meta.maintainers;
options.services.postfix-tlspol = {
enable = mkEnableOption "postfix-tlspol";

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";
};
}