mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
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:
parent
5938a095a9
commit
6425f1df47
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user