python3Packages.pygeos: change package maintainer to geospatial team
Move to geospatial team management as @nialov is now part of the team.
This commit is contained in:
parent
69319e0269
commit
8088135436
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/pygeos/pygeos";
|
||||
changelog = "https://github.com/pygeos/pygeos/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ nialov ];
|
||||
maintainers = teams.geospatial.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue