postgresqlPackages.pgroonga: add changelog to meta

This commit is contained in:
Mario Rodas 2023-05-31 04:20:00 +00:00
parent dd099cedf1
commit 0faad578fe

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL.
'';
homepage = "https://pgroonga.github.io/";
changelog = "https://github.com/pgroonga/pgroonga/releases/tag/${version}";
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ DerTim1 ];