Unverified Commit 66aa553a authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

lastools: add geospatial team as maintainer (#339018)

parents 93e48559 f029c456
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;
  };
}