From d20d4e8b5880f0f01454e5fd60ae27885e7b77b8 Mon Sep 17 00:00:00 2001 From: deathrow Date: Tue, 31 Jan 2023 15:27:04 -0500 Subject: [PATCH] Update repository --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24c19e8..916cbdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN apk -U upgrade \ && rustup-init -y && source $HOME/.cargo/env \ && pip install --upgrade pip \ && pip install --prefix="/install" --no-warn-script-location \ - -e "git+https://git.anonymousland.org/deathrow/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}" + -e "git+https://git.anonymousland.org/anonymousland/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}" ### Build Production