summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorEmber Keske <git@n0emis.eu>2023-05-13 12:38:05 +0200
committerEmber Keske <git@n0emis.eu>2023-05-17 16:06:50 +0200
commit8c5087c1f669fea2943259f11867a761c441e2d2 (patch)
tree38f90daea10e1badc710826d8d98359a44237852 /nixos/tests
parent31edd356923369bc09cccefb85abc5affd368eb4 (diff)
zammad: link test in passthru.tests
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/zammad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/zammad.nix b/nixos/tests/zammad.nix
index 4e466f6e3b9bf..7a2d40e82b3ed 100644
--- a/nixos/tests/zammad.nix
+++ b/nixos/tests/zammad.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix (
   {
     name = "zammad";
 
-    meta.maintainers = with lib.maintainers; [ garbas taeer ];
+    meta.maintainers = with lib.maintainers; [ garbas taeer n0emis ];
 
     nodes.machine = { config, ... }: {
       services.zammad.enable = true;