about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-03-18 11:29:05 +0100
committerGitHub <noreply@github.com>2023-03-18 11:29:05 +0100
commit5f9354962dbf526d254279fe367126eff409aae1 (patch)
tree1d17259261443b34d0bd5a0f31000bb4bcb62150 /nixos/tests
parent1ec2a95c672e2bfc1836a028cc427474d50c1bb2 (diff)
parent9a0666a7d024e5ecc0db98493c9027c51e081a31 (diff)
Merge pull request #221690 from RaitoBezarius/nerdsnipe-more
maintainer: Add raitobezarius as maintainer of zfs & netdata
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 = {