Unverified Commit c2ab8369 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.googlemaps: add changelog to meta

parent ece6f129
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };