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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user