python3Packages.laspy: Add geospatial team maintenance

Changed files
+1
pkgs
development
python-modules
laspy
+1
pkgs/development/python-modules/laspy/default.nix
···
changelog = "https://github.com/laspy/laspy/blob/${version}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = with maintainers; [ matthewcroughan ];
+
teams = [ teams.geospatial ];
};
}