Merge pull request #331279 from imincik/rtree-add-geospatial-team-maintainer

python3Packages.rtree: add geospatial team to maintainers
This commit is contained in:
Ivan Mincik 2024-08-02 09:43:01 +00:00 committed by GitHub
commit 61c7b38d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Toblerity/rtree";
changelog = "https://github.com/Toblerity/rtree/blob/${version}/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ bgamari ];
maintainers = with maintainers; teams.geospatial.members ++ [ bgamari ];
};
}