diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 19:28:50 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 19:28:50 +0100 |
commit | e031725c41c2970e5bc417f27b9abec79c5b72fb (patch) | |
tree | 57c8ea46756cdf5cc6c0f94d71cdd1726a3dd111 | |
parent | 95b216528f3c8ccdff224bad6a6cfed743bfc029 (diff) | |
download | uwu-lang-e031725c41c2970e5bc417f27b9abec79c5b72fb.tar.xz |
Replace http submodule path by git url
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 10d1794..64d2f37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] path = common - url = https://github.com/EliasFleckenstein03/uwu-common + url = git@github.com:EliasFleckenstein03/uwu-common |