diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2018-02-08 20:10:26 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2018-02-08 20:10:26 +0100 |
commit | 1237adca87e5bbd97ce50a53eafd64baad2ea686 (patch) | |
tree | 0410ede08f2eeb8436162a0d68e1ec4e8a0f7848 /.gitmodules | |
parent | d345cc9cf52d52ff0046d0e4240aeb2268661b24 (diff) |
Make termio cloneable without ssh
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c176ee5..7452c27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "termio"] path = termio - url = git@github.com:tomsmeding/termio.git + url = https://github.com/tomsmeding/termio.git |