summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-24 20:45:14 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-24 20:45:14 +0100
commitc73fbbd79ee5875eea13d80b1cae00f6e8db44e3 (patch)
tree99f0de1498d7beafc8845a465a550b984f86c43e /pkgs/development/python-modules/python-stdnum
parenteb95aa0392d4a6f0eb3ac66eb0329397eafde4fb (diff)
python310Packages.python-stdnum: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
-rw-r--r--pkgs/development/python-modules/python-stdnum/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-stdnum/default.nix b/pkgs/development/python-modules/python-stdnum/default.nix
index 14efde9224b5..1ed3ffd6649b 100644
--- a/pkgs/development/python-modules/python-stdnum/default.nix
+++ b/pkgs/development/python-modules/python-stdnum/default.nix
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to handle standardized numbers and codes";
homepage = "https://arthurdejong.org/python-stdnum/";
+ changelog = "https://github.com/arthurdejong/python-stdnum/blob/${version}/ChangeLog";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ johbo ];
};