[simdjson] change of upstream address (#3627)

* simdjson has become a github organization and changed address

* [simdjson] Spell C++ in lowercase
This commit is contained in:
Paul Dreik 2020-04-12 21:10:29 +02:00 committed by GitHub
parent b96dd54183
commit 19248a24c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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: