diff --git a/pkgs/servers/sql/postgresql/ext/pgroonga.nix b/pkgs/servers/sql/postgresql/ext/pgroonga.nix index fb52097cc7b4..4d9b0fce6f2e 100644 --- a/pkgs/servers/sql/postgresql/ext/pgroonga.nix +++ b/pkgs/servers/sql/postgresql/ext/pgroonga.nix @@ -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 ];