We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1e9448 + a1d89d5 commit 61c7b38Copy full SHA for 61c7b38
1 file changed
pkgs/development/python-modules/rtree/default.nix
@@ -49,6 +49,6 @@ buildPythonPackage rec {
49
homepage = "https://github.com/Toblerity/rtree";
50
changelog = "https://github.com/Toblerity/rtree/blob/${version}/CHANGES.rst";
51
license = licenses.mit;
52
- maintainers = with maintainers; [ bgamari ];
+ maintainers = with maintainers; teams.geospatial.members ++ [ bgamari ];
53
};
54
}
0 commit comments