postfix-tlspol: adopt package and module
This commit is contained in:
parent
b201963951
commit
e6445e42fa
@ -24,6 +24,8 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
meta.maintainers = pkgs.postfix-tlspol.meta.maintainers;
|
||||
|
||||
options.services.postfix-tlspol = {
|
||||
enable = mkEnableOption "postfix-tlspol";
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user