postgresqlPackages.hypopg: add meta.changelog

This commit is contained in:
Wolfgang Walther 2025-07-09 17:29:24 +02:00
parent aa18f87e06
commit cfb4e6450e
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -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 ];