From 84ff79864b879b6e035cfdf351c78497fafecc2a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 18 Dec 2022 21:30:30 +0100 Subject: [PATCH] python310Packages.pg8000: add changelog to meta --- pkgs/development/python-modules/pg8000/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix index e23d3d2b0b4f..10965be66b4f 100644 --- a/pkgs/development/python-modules/pg8000/default.nix +++ b/pkgs/development/python-modules/pg8000/default.nix @@ -47,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python driver for PostgreSQL"; homepage = "https://github.com/tlocke/pg8000"; + changelog = "https://github.com/tlocke/pg8000#release-notes"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ domenkozar ]; platforms = platforms.unix;