mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
postgresqlPackages.plv8: fix meta.changelog
(cherry picked from commit b5ba681ba9)
This commit is contained in:
committed by
github-actions[bot]
parent
2124fe75d1
commit
89e61ffdd6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user