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:
Nikolay Korotkiy 2023-12-05 12:47:46 +04:00 committed by GitHub
commit 9d753a0563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}