python311Packages.iso8601: add changelog to meta
This commit is contained in:
parent
8e145aac93
commit
2697a34c6e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple module to parse ISO 8601 dates";
|
description = "Simple module to parse ISO 8601 dates";
|
||||||
homepage = "https://pyiso8601.readthedocs.io/";
|
homepage = "https://pyiso8601.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/micktwomey/pyiso8601/blob/${version}/CHANGELOG.md";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue