about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/below.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/below.nix')
-rw-r--r--nixos/modules/services/monitoring/below.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/monitoring/below.nix b/nixos/modules/services/monitoring/below.nix
index 92ee3882cac87..4a7135162ac44 100644
--- a/nixos/modules/services/monitoring/below.nix
+++ b/nixos/modules/services/monitoring/below.nix
@@ -103,4 +103,6 @@ in {
       };
     };
   };
+
+  meta.maintainers = with lib.maintainers; [ nicoo ];
 }