From dc761be2e55ac870e87f9213dff771b0e10c0001 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 26 Feb 2020 15:02:21 +0100
Subject: [PATCH] Use https for submodule

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index b0ceb62..7cfabfd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "src/pyronn_torch/PYRO-NN-Layers"]
 	path = src/pyronn_torch/PYRO-NN-Layers
-	url = git@github.com:theHamsta/PYRO-NN-Layers.git
+	url = https://github.com/theHamsta/PYRO-NN-Layers.git
-- 
GitLab