mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
netdata-go-plugins: add raitobezarius as a maintainer
Because apparently no one is maintaining it and I am de-facto netdata maintainer.
This commit is contained in:
parent
022ab8cd2d
commit
ffba3f19b5
@ -29,6 +29,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/netdata/go.d.plugin";
|
homepage = "https://github.com/netdata/go.d.plugin";
|
||||||
changelog = "https://github.com/netdata/go.d.plugin/releases/tag/v${version}";
|
changelog = "https://github.com/netdata/go.d.plugin/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = [ ];
|
maintainers = [ maintainers.raitobezarius ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user