summary refs log tree commit diff
path: root/nixos/tests/alps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/alps.nix')
-rw-r--r--nixos/tests/alps.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/alps.nix b/nixos/tests/alps.nix
index 3c30be1c188..9756f2d4da1 100644
--- a/nixos/tests/alps.nix
+++ b/nixos/tests/alps.nix
@@ -4,6 +4,9 @@ let
 in
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "alps";
+  meta = with pkgs.lib.maintainers; {
+    maintainers = [ hmenke ];
+  };
 
   nodes = {
     server = {