mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
python310Packages.googlemaps: add changelog to meta
This commit is contained in:
parent
ece6f129b2
commit
c2ab8369fa
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python client library for Google Maps API Web Services";
|
||||
homepage = "https://github.com/googlemaps/google-maps-services-python";
|
||||
changelog = "https://github.com/googlemaps/google-maps-services-python/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user