From 19248a24c5d142595c1fddd6d5e65531c184dc29 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Sun, 12 Apr 2020 21:10:29 +0200 Subject: [PATCH] [simdjson] change of upstream address (#3627) * simdjson has become a github organization and changed address * [simdjson] Spell C++ in lowercase --- projects/simdjson/Dockerfile | 2 +- projects/simdjson/project.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/simdjson/Dockerfile b/projects/simdjson/Dockerfile index 882ada5a3..9000a9b6d 100644 --- a/projects/simdjson/Dockerfile +++ b/projects/simdjson/Dockerfile @@ -25,7 +25,7 @@ RUN wget --quiet https://github.com/Kitware/CMake/releases/download/v${CMAKEVER} chmod +x cmake-${CMAKEVER}-Linux-x86_64.sh ; \ ./cmake-${CMAKEVER}-Linux-x86_64.sh --skip-license --prefix="/usr/local" -RUN git clone --depth 1 https://github.com/lemire/simdjson.git simdjson +RUN git clone --depth 1 https://github.com/simdjson/simdjson.git simdjson WORKDIR simdjson COPY build.sh $SRC/ diff --git a/projects/simdjson/project.yaml b/projects/simdjson/project.yaml index 4ac936a94..7de4f5cc4 100644 --- a/projects/simdjson/project.yaml +++ b/projects/simdjson/project.yaml @@ -1,4 +1,4 @@ -homepage: "https://github.com/lemire/simdjson" +homepage: "https://github.com/simdjson/simdjson" language: c++ primary_contact: "pauldreikossfuzz@gmail.com" auto_ccs: