python3Packages.pg8000: update meta (add license)

This commit is contained in:
Fabian Affolter 2021-02-24 10:13:54 +01:00
parent 8fbf7477e6
commit 1dfe0f0512

View File

@ -23,8 +23,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pg8000" ];
meta = with lib; {
description = "Python driver for PostgreSQL";
homepage = "https://github.com/tlocke/pg8000";
description = "PostgreSQL interface library, for asyncio";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};