Loading pkgs/applications/graphics/entwine/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { description = "Point cloud organization for massive datasets"; homepage = "https://entwine.io/"; license = licenses.lgpl2Only; maintainers = with maintainers; [ matthewcroughan ]; maintainers = with maintainers; teams.geospatial.members ++ [ matthewcroughan ]; platforms = platforms.linux; mainProgram = "entwine"; }; Loading Loading
pkgs/applications/graphics/entwine/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { description = "Point cloud organization for massive datasets"; homepage = "https://entwine.io/"; license = licenses.lgpl2Only; maintainers = with maintainers; [ matthewcroughan ]; maintainers = with maintainers; teams.geospatial.members ++ [ matthewcroughan ]; platforms = platforms.linux; mainProgram = "entwine"; }; Loading