python310Packages.datetime: update changelog
This commit is contained in:
parent
9ab06d3cde
commit
29eb909fe2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "DateTime data type, as known from Zope";
|
||||
homepage = "https://github.com/zopefoundation/DateTime";
|
||||
changelog = "https://github.com/zopefoundation/DateTime/releases/tag/${version}";
|
||||
changelog = "https://github.com/zopefoundation/DateTime/blob/${version}/CHANGES.rst";
|
||||
license = licenses.zpl21;
|
||||
maintainers = with maintainers; [ icyrockcom ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue