python310Packages.python-sql: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-20 08:07:42 +02:00 committed by GitHub
parent df648e5307
commit bd507fd648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to write SQL queries in a pythonic way";
homepage = "https://pypi.org/project/python-sql/";
homepage = "https://foss.heptapod.net/tryton/python-sql";
changelog = "https://foss.heptapod.net/tryton/python-sql/-/blob/${version}/CHANGELOG";
license = licenses.bsd3;
maintainers = with maintainers; [ johbo ];
};