treewide: remove lethalman from meta.maintainers

He hasn't been heard of for years.
This commit is contained in:
Vladimír Čunát
2021-05-07 15:35:21 +02:00
parent 0420282780
commit 73e17a3594
31 changed files with 31 additions and 31 deletions

View File

@@ -87,6 +87,6 @@ in stdenv.mkDerivation rec {
homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}

View File

@@ -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 = [ ];
};
}