From ffba3f19b5d8e15ed9ee6bf1bc33b133ae56deaa Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 10 Aug 2023 18:43:34 +0200 Subject: [PATCH] netdata-go-plugins: add raitobezarius as a maintainer Because apparently no one is maintaining it and I am de-facto netdata maintainer. --- pkgs/tools/system/netdata/go.d.plugin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/netdata/go.d.plugin.nix b/pkgs/tools/system/netdata/go.d.plugin.nix index d53d3568457e..aebc633a5307 100644 --- a/pkgs/tools/system/netdata/go.d.plugin.nix +++ b/pkgs/tools/system/netdata/go.d.plugin.nix @@ -29,6 +29,6 @@ buildGoModule rec { homepage = "https://github.com/netdata/go.d.plugin"; changelog = "https://github.com/netdata/go.d.plugin/releases/tag/v${version}"; license = licenses.gpl3Only; - maintainers = [ ]; + maintainers = [ maintainers.raitobezarius ]; }; }