about summary refs log tree commit diff
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
parentbae66663b29fa69eb46d440a966c78c9595adb94 (diff)
downloadnixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar.gz
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar.bz2
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar.lz
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar.xz
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.tar.zst
nixlib-6da5fddeb5dff5c513e03be6e65cb5b0c4a0ab00.zip
netdata: add raitobezarius as a maintainer
-rw-r--r--nixos/tests/netdata.nix2
-rw-r--r--pkgs/tools/system/netdata/default.nix2
2 files changed, 2 insertions, 2 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 = {
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index fb3d30174b18..6d2bc2c6e911 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -122,6 +122,6 @@ stdenv.mkDerivation rec {
     homepage = "https://www.netdata.cloud/";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
-    maintainers = [ ];
+    maintainers = with maintainers; [ raitobezarius ];
   };
 }