pythonPackages.geopandas: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:01:20 +02:00 committed by Jon
parent a55b6f1d06
commit ed1136b879

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python geospatial data analysis framework";
homepage = "http://geopandas.org";
homepage = "https://geopandas.org";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};