aboutsummaryrefslogtreecommitdiff
path: root/projects/cmark
diff options
context:
space:
mode:
authorAshe Connor <kivikakk@github.com>2018-08-21 10:09:25 +1000
committerKostya Serebryany <konstantin.s.serebryany@gmail.com>2018-08-20 20:09:25 -0400
commitedac5d558ccb6d20d41a5b101b1d698c9ba540e1 (patch)
tree2103cd857db80b5b44b03ae17e1fb105f4222233 /projects/cmark
parente4d8b665f59b6a5bf3fb3669c75b345bdb2a297b (diff)
downloadoss-fuzz-edac5d558ccb6d20d41a5b101b1d698c9ba540e1.tar.gz
Correct cmark upstream repo name (#1739)
Diffstat (limited to 'projects/cmark')
-rw-r--r--projects/cmark/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cmark/Dockerfile b/projects/cmark/Dockerfile
index 150bab8d4..ad404ac7c 100644
--- a/projects/cmark/Dockerfile
+++ b/projects/cmark/Dockerfile
@@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER philipturnbull@github.com
RUN apt-get update && apt-get install -y make cmake
-RUN git clone --depth 1 https://github.com/jgm/cmark.git cmark
+RUN git clone --depth 1 https://github.com/commonmark/cmark.git cmark
WORKDIR cmark
COPY build.sh *.dict *.options $SRC/