diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-08-01 17:17:30 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-08-01 17:17:30 +0200 |
commit | 685e047999ed23e61a82ffffbc97ec52e8e4b971 (patch) | |
tree | e69ec75de80c88dd285a8332125fcfbbbdded551 /.gitmodules | |
parent | 5d98905408fa7ca143acecaa47d2d7df160ce4e7 (diff) | |
download | airwindows-lv2-port-685e047999ed23e61a82ffffbc97ec52e8e4b971.tar.gz airwindows-lv2-port-685e047999ed23e61a82ffffbc97ec52e8e4b971.tar.bz2 airwindows-lv2-port-685e047999ed23e61a82ffffbc97ec52e8e4b971.zip |
Use https transport for cheatsheet submoduleHEADlv2-support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8f338cc..ace8258 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cheatsheet"] path = cheatsheet - url = git@github.com:ajboni/airwindows-cheatsheet.git + url = https://github.com/ajboni/airwindows-cheatsheet.git |