summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-20 08:07:42 +0200
committerGitHub <noreply@github.com>2023-06-20 08:07:42 +0200
commitbd507fd64825c9428fc33ea44a7a8ea28e93f4aa (patch)
tree73fbd90bd09b51a14d588f62c5aed36d9af25452 /pkgs/development/python-modules/python-sql
parentdf648e53072f019586e95a01f02e968bfb25f4bb (diff)
python310Packages.python-sql: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
-rw-r--r--pkgs/development/python-modules/python-sql/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-sql/default.nix b/pkgs/development/python-modules/python-sql/default.nix
index 2201527e4823..783f7654d49e 100644
--- a/pkgs/development/python-modules/python-sql/default.nix
+++ b/pkgs/development/python-modules/python-sql/default.nix
@@ -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 ];
};