about summary refs log tree commit diff
path: root/nixos/modules/services/mail
diff options
context:
space:
mode:
authorMarco Rebhan <me@dblsaiko.net>2023-12-17 17:09:20 +0100
committerMarco Rebhan <me@dblsaiko.net>2023-12-21 12:41:08 +0100
commit7004ee65c2d28880556e37f7398c1e9bc521e63f (patch)
treedc9d49eb4d24ba4704f1d70ca1dea4e12125d4c8 /nixos/modules/services/mail
parent1e31a631b7274886b009dc92f285e6d2a04662be (diff)
nixos/dovecot: add myself as maintainer
Diffstat (limited to 'nixos/modules/services/mail')
-rw-r--r--nixos/modules/services/mail/dovecot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/mail/dovecot.nix b/nixos/modules/services/mail/dovecot.nix
index 98162c9a0b4a3..25c7017a1d258 100644
--- a/nixos/modules/services/mail/dovecot.nix
+++ b/nixos/modules/services/mail/dovecot.nix
@@ -622,4 +622,5 @@ in
 
   };
 
+  meta.maintainers = [ lib.maintainers.dblsaiko ];
 }