Wireshark: Update the repo URLs. (#4851)

* Wireshark: Update the repo URLs.

Wireshark's repository is at GitLab.

* Update project.yaml

Co-authored-by: Abhishek Arya <inferno@chromium.org>
This commit is contained in:
Gerald Combs 2020-12-15 10:00:27 -08:00 committed by GitHub
parent a4207919e6
commit 963832587c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y ninja-build cmake \
flex bison libc-ares-dev \
libglib2.0-dev libgcrypt20-dev
RUN git clone --depth=1 https://code.wireshark.org/review/wireshark
RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git
RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git
WORKDIR wireshark

View File

@ -14,4 +14,4 @@ fuzzing_engines:
- libfuzzer
- honggfuzz
- afl
main_repo: 'https://code.wireshark.org/review/wireshark'
main_repo: 'https://gitlab.com/wireshark/wireshark'