diff options
author | Raito Bezarius | 2023-03-17 17:27:01 +0100 |
---|---|---|
committer | Raito Bezarius | 2023-03-17 17:27:01 +0100 |
commit | 6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00 (patch) | |
tree | 50cafdc0c8e78c556870a10a345d6663c0b31efb /nixos | |
parent | bae66663b29fa69eb46d440a966c78c9595adb94 (diff) |
netdata: add raitobezarius as a maintainer
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/tests/netdata.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/netdata.nix b/nixos/tests/netdata.nix index 0f26630da9d4..aea67c29d0d4 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 = { |