python311Packages.tempora: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-09-01 17:01:52 +02:00
parent ddc7f4fbfb
commit bd8e1dff0e
@@ -1,19 +1,13 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
# build time
, setuptools-scm
# runtime
, pytz
, jaraco-functools
# tests
, freezegun
, jaraco-functools
, pytest-freezegun
, pytestCheckHook
, pythonOlder
, pytz
, setuptools-scm
}:
buildPythonPackage rec {
@@ -53,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Objects and routines pertaining to date and time";
homepage = "https://github.com/jaraco/tempora";
changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};