Commit cf6a7660 authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

python3Packages.laspy: Add geospatial team maintenance

parent 08160185
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,5 +47,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/laspy/laspy/blob/${version}/CHANGELOG.md";
    license = licenses.bsd2;
    maintainers = with maintainers; [ matthewcroughan ];
    teams = [ teams.geospatial ];
  };
}