lastools: add geospatial team as maintainer (#339018)

This commit is contained in:
Ivan Mincik
2024-09-05 10:07:06 +00:00
committed by GitHub
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Software for rapid LiDAR processing";
homepage = "http://lastools.org/";
license = licenses.unfree;
maintainers = with maintainers; [ stephenwithph ];
maintainers = with maintainers; teams.geospatial.members ++ [ stephenwithph ];
platforms = platforms.unix;
};
}