python311Packages.iso8601: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-06 22:56:12 +01:00 committed by Martin Weinelt
parent 8e145aac93
commit 2697a34c6e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple module to parse ISO 8601 dates";
homepage = "https://pyiso8601.readthedocs.io/";
changelog = "https://github.com/micktwomey/pyiso8601/blob/${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};