python310Packages.datetime: update changelog

This commit is contained in:
Fabian Affolter 2023-08-17 09:27:32 +02:00
parent 9ab06d3cde
commit 29eb909fe2

View file

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