Commit 653fc0a2 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.shapely: remove 'with lib' from meta

parent 0bbc1f5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };
}