postgresqlPackages.system_stats: fix meta.changelog

It looks like this file was never actually a thing, somebody probably
copied this over from somewhere else...
This commit is contained in:
Wolfgang Walther
2026-04-12 17:19:12 +02:00
parent 4afdaea00c
commit 8f240b0594
@@ -20,7 +20,7 @@ postgresqlBuildExtension (finalAttrs: {
meta = {
description = "Postgres extension for exposing system metrics such as CPU, memory and disk information";
homepage = "https://github.com/EnterpriseDB/system_stats";
changelog = "https://github.com/EnterpriseDB/system_stats/raw/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/EnterpriseDB/system_stats/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [ shivaraj-bh ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;