postgresql: add changelog to meta

This commit is contained in:
Mario Rodas 2023-11-10 04:20:00 +00:00
parent b55905ceb6
commit 8a770420d4

View File

@ -326,6 +326,7 @@ let
homepage = "https://www.postgresql.org";
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
maintainers = with maintainers; [ thoughtpolice danbst globin marsam ivan ma27 ];
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
platforms = platforms.unix;