about summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-07 15:35:21 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit73e17a35945c1d053df1d35d89bbce804cfb5f4b (patch)
tree5ac80ede3ceed08fdcce9099666c987582d747fb /pkgs/tools/system/netdata
parent04202827802915dc753a759c0074dc3d7f7d8319 (diff)
downloadnixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.gz
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.bz2
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.lz
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.xz
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.zst
nixlib-73e17a35945c1d053df1d35d89bbce804cfb5f4b.zip
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/default.nix2
-rw-r--r--pkgs/tools/system/netdata/go.d.plugin.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index c96f92bedfef..5eb39c7f6d85 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -87,6 +87,6 @@ in stdenv.mkDerivation rec {
     homepage = "https://www.netdata.cloud/";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
-    maintainers = [ maintainers.lethalman ];
+    maintainers = [ ];
   };
 }
diff --git a/pkgs/tools/system/netdata/go.d.plugin.nix b/pkgs/tools/system/netdata/go.d.plugin.nix
index 9efb3475a480..be6e8f267637 100644
--- a/pkgs/tools/system/netdata/go.d.plugin.nix
+++ b/pkgs/tools/system/netdata/go.d.plugin.nix
@@ -26,6 +26,6 @@ buildGoModule rec {
     description = "Netdata orchestrator for data collection modules written in go";
     homepage = "https://github.com/netdata/go.d.plugin";
     license = licenses.gpl3;
-    maintainers = [ maintainers.lethalman ];
+    maintainers = [ ];
   };
 }