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-05-28 10:48:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-05-28 10:48:00 +0000
commit86c8d96f774c02c2c8dabc49a3584417cb825fc7 (patch)
tree10a28dd9ae89786f8151181a5b1ded9cf5347606 /pkgs/tools/system/netdata
parentb56c79d1cb985b025e726e2681a11371ed5bd3bf (diff)
downloadnixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar.gz
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar.bz2
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar.lz
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar.xz
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.tar.zst
nixlib-86c8d96f774c02c2c8dabc49a3584417cb825fc7.zip
netdata: add changelog to meta
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index 896dac3137e4..115d37106e06 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -121,6 +121,7 @@ stdenv.mkDerivation rec {
     broken = stdenv.isDarwin || stdenv.buildPlatform != stdenv.hostPlatform;
     description = "Real-time performance monitoring tool";
     homepage = "https://www.netdata.cloud/";
+    changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ raitobezarius ];