From 199745e1614647bbb4d1335d5fe13e6d345ec655 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 Mar 2020 11:45:39 +0100 Subject: [PATCH] Use https for git --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cf23587..3bc388d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "PeerTube"] path = PeerTube - url = git@github.com:Chocobozzz/PeerTube.git + url = https://github.com/Chocobozzz/PeerTube.git