[gbm-web] flat-manager-ostree: Fix repo URL



commit 2b766206adb1593984f5d9e6b022fab8d750cc40
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Jul 14 21:06:31 2020 +0200

    flat-manager-ostree: Fix repo URL

 flat-manager-ostree/Dockerfile.builder | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flat-manager-ostree/Dockerfile.builder b/flat-manager-ostree/Dockerfile.builder
index 55c1a94..74ad08f 100644
--- a/flat-manager-ostree/Dockerfile.builder
+++ b/flat-manager-ostree/Dockerfile.builder
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git libpq-dev curl build-essential
 RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh && \
     sh rustup.sh -y -q
 
-RUN git clone -b general_ostree https://github.com/flatpak/flat-manager.git && \
+RUN git clone -b general_ostree https://github.com/abderrahim/flat-manager.git && \
     cd flat-manager && /root/.cargo/bin/cargo fetch
 
 RUN cd flat-manager && /root/.cargo/bin/cargo build --release


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]