From 1dd8fd400d776b08a1f88214f7f6bd992f691e1b Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 3 Dec 2018 17:28:05 +0100
Subject: [PATCH] Switch to using newly public GitLab repo for robofish/vcpkg

---
 windows/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/Dockerfile b/windows/Dockerfile
index c128327..4616b49 100644
--- a/windows/Dockerfile
+++ b/windows/Dockerfile
@@ -54,7 +54,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
     [Environment]::SetEnvironmentVariable('Pylon5_DIR', 'C:/Pylon5/Development', [EnvironmentVariableTarget]::Machine);
 
 RUN $vcpkg_dir = 'C:/vcpkg'; \
-    git clone --depth=1 https://github.com/BioroboticsLab/RF_vcpkg.git $vcpkg_dir; \
+    git clone --depth=1 https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \
     cd $vcpkg_dir; \
     git checkout 6cfbc2b9e5e159ec259082723a2383c5d05f8f49; \
     ./scripts/bootstrap.ps1; \
-- 
GitLab