Loading pkgs/development/python-modules/shapely/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "shapely" ]; meta = with lib; { meta = { changelog = "https://github.com/shapely/shapely/blob/${version}/CHANGES.txt"; description = "Manipulation and analysis of geometric objects"; homepage = "https://github.com/shapely/shapely"; license = licenses.bsd3; maintainers = teams.geospatial.members; license = lib.licenses.bsd3; maintainers = lib.teams.geospatial.members; }; } Loading
pkgs/development/python-modules/shapely/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -60,11 +60,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "shapely" ]; meta = with lib; { meta = { changelog = "https://github.com/shapely/shapely/blob/${version}/CHANGES.txt"; description = "Manipulation and analysis of geometric objects"; homepage = "https://github.com/shapely/shapely"; license = licenses.bsd3; maintainers = teams.geospatial.members; license = lib.licenses.bsd3; maintainers = lib.teams.geospatial.members; }; }