netdata: fix meta.changelog

This commit is contained in:
Ihar Hrachyshka
2025-12-14 15:12:06 -05:00
parent aa7ec478a3
commit 0ca80f6253
+2 -2
View File
@@ -334,11 +334,11 @@ stdenv.mkDerivation (
tests.netdata = nixosTests.netdata;
};
meta = with lib; {
meta = {
broken = stdenv.buildPlatform != stdenv.hostPlatform || withEbpf;
description = "Real-time performance monitoring tool";
homepage = "https://www.netdata.cloud/";
changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
changelog = "https://github.com/netdata/netdata/releases/tag/v${finalAttrs.version}";
license = [ lib.licenses.gpl3Plus ] ++ lib.optionals withCloudUi [ lib.licenses.ncul1 ];
mainProgram = "netdata";
platforms = lib.platforms.unix;