python310Packages.timezonefinder: add meta.changelog

This commit is contained in:
Robert Schütz 2023-01-19 12:11:03 -08:00
parent 586a286586
commit bfbb8b3d37

View file

@ -57,6 +57,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
changelog = "https://github.com/jannikmi/timezonefinder/blob/${version}/CHANGELOG.rst";
description = "Module for finding the timezone of any point on earth (coordinates) offline";
homepage = "https://github.com/MrMinimal64/timezonefinder";
license = licenses.mit;