postgresqlPackages.hypopg: add meta.changelog
This commit is contained in:
parent
aa18f87e06
commit
cfb4e6450e
@ -26,6 +26,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
meta = {
|
||||
description = "Hypothetical Indexes for PostgreSQL";
|
||||
homepage = "https://hypopg.readthedocs.io";
|
||||
changelog = "https://github.com/HypoPG/hypopg/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.postgresql;
|
||||
platforms = postgresql.meta.platforms;
|
||||
maintainers = with lib.maintainers; [ bbigras ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user