mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
python310Packages.python-sql: add changelog to meta
This commit is contained in:
parent
df648e5307
commit
bd507fd648
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user