lastools: add geospatial team as maintainer

This commit is contained in:
Ivan Mincik
2024-09-02 16:06:42 +02:00
parent 77f66e46f3
commit f029c456d5
@@ -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;
};
}