python310Packages.python-stdnum: add changelog to meta
This commit is contained in:
parent
eb95aa0392
commit
c73fbbd79e
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue