diff options
author | Mario Rodas <marsam@users.noreply.github.com> | 2023-11-10 04:20:00 +0000 |
---|---|---|
committer | Mario Rodas <marsam@users.noreply.github.com> | 2023-11-10 04:20:00 +0000 |
commit | 8a770420d45fffb574856272a9a5a0cfe242f75c (patch) | |
tree | cc65eedce96628c084ff0d0a71069ab7e0d1f80d /pkgs/servers/sql | |
parent | b55905ceb6e94a992effc7831a55372f913fcd71 (diff) |
postgresql: add changelog to meta
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r-- | pkgs/servers/sql/postgresql/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/sql/postgresql/default.nix b/pkgs/servers/sql/postgresql/default.nix index fcdf18a420345..6f898286c818a 100644 --- a/pkgs/servers/sql/postgresql/default.nix +++ b/pkgs/servers/sql/postgresql/default.nix @@ -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; |