python310Packages.asyncpg: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-27 08:52:51 +02:00 committed by GitHub
parent e4277a6cf1
commit 68345e8e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asyncio PosgtreSQL driver";
homepage = "https://github.com/MagicStack/asyncpg";
changelog = "https://github.com/MagicStack/asyncpg/releases/tag/v${version}";
longDescription = ''
Asyncpg is a database interface library designed specifically for
PostgreSQL and Python/asyncio. asyncpg is an efficient, clean