From a8255f3b478638b91d60ba57c8cf030ad121193a Mon Sep 17 00:00:00 2001 From: Jackson Law <178053+jlaw@users.noreply.github.com> Date: Thu, 9 Apr 2020 03:58:27 -0700 Subject: [PATCH] fix: Use HTTPS instead of SSH (#547) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dd87c9a..4f7c5dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule ".config/mpv/scripts/mpvSockets"] path = .config/mpv/scripts/mpvSockets - url = git@github.com:wis/mpvSockets.git + url = https://github.com/wis/mpvSockets.git