python310Packages.python-stdnum: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-24 20:45:14 +01:00
parent eb95aa0392
commit c73fbbd79e

View File

@ -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 ];
};