pythonPackages.geopandas: update homepage link to use HTTPS
This commit is contained in:
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user