Loading pkgs/development/python-modules/owslib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ buildPythonPackage rec { meta = with lib; { description = "Client for Open Geospatial Consortium web service interface standards"; homepage = "https://www.osgeo.org/projects/owslib/"; changelog = "https://github.com/geopython/OWSLib/blob/${version}/CHANGES.rst"; changelog = "https://github.com/geopython/OWSLib/releases/tag/${version}"; license = licenses.bsd3; maintainers = teams.geospatial.members; }; Loading Loading
pkgs/development/python-modules/owslib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ buildPythonPackage rec { meta = with lib; { description = "Client for Open Geospatial Consortium web service interface standards"; homepage = "https://www.osgeo.org/projects/owslib/"; changelog = "https://github.com/geopython/OWSLib/blob/${version}/CHANGES.rst"; changelog = "https://github.com/geopython/OWSLib/releases/tag/${version}"; license = licenses.bsd3; maintainers = teams.geospatial.members; }; Loading