postgresqlPackages.plv8: fix meta.changelog

(cherry picked from commit b5ba681ba9)
This commit is contained in:
Wolfgang Walther
2025-07-09 16:44:42 +02:00
committed by github-actions[bot]
parent 2124fe75d1
commit 89e61ffdd6

View File

@@ -132,7 +132,7 @@ postgresqlBuildExtension (finalAttrs: {
meta = {
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
homepage = "https://plv8.github.io/";
changelog = "https://github.com/plv8/plv8/blob/r${finalAttrs.version}/Changes";
changelog = "https://github.com/plv8/plv8/blob/v${finalAttrs.version}/Changes";
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;