summary refs log tree commit diff
path: root/nixos/modules/services/mail/dkimproxy-out.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/mail/dkimproxy-out.nix')
-rw-r--r--nixos/modules/services/mail/dkimproxy-out.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/mail/dkimproxy-out.nix b/nixos/modules/services/mail/dkimproxy-out.nix
index 894b88e25c1b..f4ac9e47007a 100644
--- a/nixos/modules/services/mail/dkimproxy-out.nix
+++ b/nixos/modules/services/mail/dkimproxy-out.nix
@@ -115,4 +115,6 @@ in
         };
       };
     };
+
+  meta.maintainers = with lib.maintainers; [ ekleog ];
 }