Unverified Commit 8f240b05 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgresqlPackages.system_stats: fix meta.changelog

It looks like this file was never actually a thing, somebody probably
copied this over from somewhere else...
parent 4afdaea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;