pythonPackages.geopandas: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski
2020-04-24 19:44:59 -07:00
committed by Jon
parent a55b6f1d06
commit ed1136b879
@@ -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 ];
};