aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Sergey Nizovtsev <snizovtsev@gmail.com>2020-11-09 22:34:39 +0300
committerGravatar GitHub <noreply@github.com>2020-11-09 11:34:39 -0800
commit04bc87103d60fdd56cc964137d33a9a98ef2c707 (patch)
tree179609ccf0d794312905cd6d4bdac61b716a8483
parent77fa6b32ba1044fb3282bacfa00ff6fa7d573c99 (diff)
Move tmux to point at the correct repository (#4622)
-rw-r--r--projects/tmux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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/