Commit f029c456 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

lastools: add geospatial team as maintainer

parent 77f66e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}