aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/harfbuzz/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/harfbuzz/Dockerfile')
-rw-r--r--projects/harfbuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/harfbuzz/Dockerfile b/projects/harfbuzz/Dockerfile
index ca4ba47c..7de247d6 100644
--- a/projects/harfbuzz/Dockerfile
+++ b/projects/harfbuzz/Dockerfile
@@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER mmoroz@chromium.org
RUN apt-get update && apt-get install -y make autoconf automake libtool ragel pkg-config
-RUN git clone --depth 1 https://anongit.freedesktop.org/git/harfbuzz.git
+RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
WORKDIR harfbuzz
COPY build.sh $SRC/