diff options
author | Oxore <oxore@protonmail.com> | 2019-01-03 22:52:54 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-01-03 22:52:54 +0300 |
commit | 2a91a28bb2522149da09846372c62848617eed00 (patch) | |
tree | 0f9f33b5c330306f6128aac27eee6a59da2d2665 | |
parent | 5ecd8885556cdfc07d2bccaede45f86e329da637 (diff) |
Fix libf8 submodule access
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a984125..d5d7bee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/nemequ/munit.git [submodule "deps/libf8"] path = deps/libf8 - url = git@github.com:Oxore/libf8.git + url = https://github.com/Oxore/libf8.git |