Unverified Commit 9d753a05 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #272137 from nialov/pygeos-change-maintainer-to-geospatial-team

python3Packages.pygeos: change package maintainer to geospatial team
parents 7703f36f 80881354
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}