diff options
| author | Jackson Law <178053+jlaw@users.noreply.github.com> | 2020-04-09 03:58:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-09 06:58:27 -0400 |
| commit | a8255f3b478638b91d60ba57c8cf030ad121193a (patch) | |
| tree | d998be9b64e9ec845c6f105e50f901ae76c4bac5 | |
| parent | 4814403bbf58794da3349f21e55746e50e68eab4 (diff) | |
| download | eibhear-a8255f3b478638b91d60ba57c8cf030ad121193a.tar.gz eibhear-a8255f3b478638b91d60ba57c8cf030ad121193a.tar.zst eibhear-a8255f3b478638b91d60ba57c8cf030ad121193a.zip | |
fix: Use HTTPS instead of SSH (#547)
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
