From dda93e2cffbc2b43e1cf9dc31f3b2e4e374d19de Mon Sep 17 00:00:00 2001 From: Jackson Law <178053+jlaw@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:22:13 -0700 Subject: [PATCH] fix: Use HTTPS instead of SSH --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dd87c9a4..4f7c5dd1 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