about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-05-24 12:25:54 +0200
committerJonas Heinrich <onny@project-insanity.org>2024-05-24 12:25:54 +0200
commit2d53258c2e973b41744d5c087acbe7e82c481b65 (patch)
treecfd1c1c1aa6f617579d25e60e7b1fb1f560d5b04 /nixos
parent3c80361f9a43bc94561156b10002ea18f7856f4d (diff)
nixos/tests/stalwart-mail: add onny as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/stalwart-mail.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/stalwart-mail.nix b/nixos/tests/stalwart-mail.nix
index d223450d5f28c..173b4fce4ad5d 100644
--- a/nixos/tests/stalwart-mail.nix
+++ b/nixos/tests/stalwart-mail.nix
@@ -115,6 +115,6 @@ in import ./make-test-python.nix ({ lib, ... }: {
   '';
 
   meta = {
-    maintainers = with lib.maintainers; [ happysalada pacien ];
+    maintainers = with lib.maintainers; [ happysalada pacien onny ];
   };
 })