python310Packages.pg8000: add changelog to meta
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user