python310Packages.duckdb-engine: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-18 10:22:18 +01:00 committed by GitHub
parent 337244cf4a
commit 5281010e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SQLAlchemy driver for duckdb";
homepage = "https://github.com/Mause/duckdb_engine";
changelog = "https://github.com/Mause/duckdb_engine/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
};