From 04bc87103d60fdd56cc964137d33a9a98ef2c707 Mon Sep 17 00:00:00 2001 From: Sergey Nizovtsev Date: Mon, 9 Nov 2020 22:34:39 +0300 Subject: Move tmux to point at the correct repository (#4622) --- projects/tmux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tmux/Dockerfile b/projects/tmux/Dockerfile index ed3e14ed..703c741a 100644 --- a/projects/tmux/Dockerfile +++ b/projects/tmux/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y autoconf automake bison pkg-config \ libevent-dev ncurses-dev -RUN git clone --depth 1 https://github.com/snizovtsev/tmux.git +RUN git clone --depth 1 https://github.com/tmux/tmux.git RUN git clone --depth 1 https://github.com/snizovtsev/tmux-fuzzing-corpus.git WORKDIR tmux COPY build.sh $SRC/ -- cgit v1.2.3