about summary refs log tree commit diff
path: root/nixos/tests/nzbhydra2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/nzbhydra2.nix')
-rw-r--r--nixos/tests/nzbhydra2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nzbhydra2.nix b/nixos/tests/nzbhydra2.nix
index e1d528cd9520e..6262a50b4be0e 100644
--- a/nixos/tests/nzbhydra2.nix
+++ b/nixos/tests/nzbhydra2.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ lib, ... }:
   {
     name = "nzbhydra2";
-    meta.maintainers = with lib.maintainers; [ jamiemagee ];
+    meta.maintainers = with lib.maintainers; [ matteopacini ];
 
     nodes.machine = { pkgs, ... }: { services.nzbhydra2.enable = true; };