python310Packages.timezonefinder: add meta.changelog
This commit is contained in:
parent
586a286586
commit
bfbb8b3d37
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue