From 80881354361c7af6827e4b8d924a5f46a6c1a3c2 Mon Sep 17 00:00:00 2001 From: nialov Date: Mon, 4 Dec 2023 23:44:02 +0200 Subject: [PATCH] python3Packages.pygeos: change package maintainer to geospatial team Move to geospatial team management as @nialov is now part of the team. --- pkgs/development/python-modules/pygeos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pygeos/default.nix b/pkgs/development/python-modules/pygeos/default.nix index a31725a1002b..22f76d36c46d 100644 --- a/pkgs/development/python-modules/pygeos/default.nix +++ b/pkgs/development/python-modules/pygeos/default.nix @@ -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; }; }