python310Packages.pg8000: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-18 21:30:30 +01:00
parent 4eb3edf07f
commit 84ff79864b

View File

@ -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;