mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
Merge pull request #272137 from nialov/pygeos-change-maintainer-to-geospatial-team
python3Packages.pygeos: change package maintainer to geospatial team
This commit is contained in:
commit
9d753a0563
@ -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 New Issue
Block a user