about summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-18 04:20:00 +0000
commit53262cefb708a74efa8bdf0c72ee60d099b69ccc (patch)
tree1926eeae54c90d34340edd8d9102efcb6d168a01 /pkgs/tools/system/netdata
parenta0753a8b4b947179749f9f0550590835a0d7b51f (diff)
downloadnixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar.gz
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar.bz2
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar.lz
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar.xz
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.tar.zst
nixlib-53262cefb708a74efa8bdf0c72ee60d099b69ccc.zip
netdata-go-plugins: update meta
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/go.d.plugin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/system/netdata/go.d.plugin.nix b/pkgs/tools/system/netdata/go.d.plugin.nix
index 01594683a96b..ac834ee18338 100644
--- a/pkgs/tools/system/netdata/go.d.plugin.nix
+++ b/pkgs/tools/system/netdata/go.d.plugin.nix
@@ -27,7 +27,8 @@ buildGoModule rec {
   meta = with lib; {
     description = "Netdata orchestrator for data collection modules written in go";
     homepage = "https://github.com/netdata/go.d.plugin";
-    license = licenses.gpl3;
+    changelog = "https://github.com/netdata/go.d.plugin/releases/tag/v${version}";
+    license = licenses.gpl3Only;
     maintainers = [ ];
   };
 }