From 9d00bae2b86bd4c5950eacd9c77d6f55745f3ac1 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 19 Jun 2023 16:19:41 +0200 Subject: [PATCH] python3Packages.fiona: change package maintainer to geospatial team Maintainer change was pre-discussed with @knedlsepp. --- pkgs/development/python-modules/fiona/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/fiona/default.nix b/pkgs/development/python-modules/fiona/default.nix index 3e9430ef318b..409394e5fb08 100644 --- a/pkgs/development/python-modules/fiona/default.nix +++ b/pkgs/development/python-modules/fiona/default.nix @@ -78,6 +78,6 @@ buildPythonPackage rec { description = "OGR's neat, nimble, no-nonsense API for Python"; homepage = "https://fiona.readthedocs.io/"; license = licenses.bsd3; - maintainers = with maintainers; [ knedlsepp ]; + maintainers = teams.geospatial.members; }; }