about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-03-17 17:27:01 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-03-17 17:27:01 +0100
commit6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00 (patch)
tree50cafdc0c8e78c556870a10a345d6663c0b31efb /nixos/tests
parentbae66663b29fa69eb46d440a966c78c9595adb94 (diff)
netdata: add raitobezarius as a maintainer
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/netdata.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/netdata.nix b/nixos/tests/netdata.nix
index 0f26630da9d4b..aea67c29d0d4b 100644
--- a/nixos/tests/netdata.nix
+++ b/nixos/tests/netdata.nix
@@ -3,7 +3,7 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "netdata";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ cransom ];
+    maintainers = [ cransom raitobezarius ];
   };
 
   nodes = {