pdal: change package maintainer to geospatial team

Maintainer change was pre-discussed with @nh2 over email. @nh2 is now
member of Geospatial team.
This commit is contained in:
Ivan Mincik 2023-06-19 15:43:44 +02:00
parent 5938a095a9
commit 6425f1df47

View File

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