forked from mirrors/nixpkgs
netdata: add changelog to meta
This commit is contained in:
parent
b56c79d1cb
commit
86c8d96f77
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue