From 6425f1df47a423bc85083911057d2cabcdc49761 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 19 Jun 2023 15:43:44 +0200 Subject: [PATCH] pdal: change package maintainer to geospatial team Maintainer change was pre-discussed with @nh2 over email. @nh2 is now member of Geospatial team. --- pkgs/development/libraries/pdal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/pdal/default.nix b/pkgs/development/libraries/pdal/default.nix index 1c5715eb3237..b08ae38cd261 100644 --- a/pkgs/development/libraries/pdal/default.nix +++ b/pkgs/development/libraries/pdal/default.nix @@ -79,7 +79,7 @@ stdenv.mkDerivation rec { description = "PDAL is Point Data Abstraction Library. GDAL for point cloud data"; homepage = "https://pdal.io"; license = licenses.bsd3; - maintainers = with maintainers; [ nh2 ]; + maintainers = teams.geospatial.members; platforms = platforms.all; }; }