diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-01-13 13:36:26 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-01-13 13:45:11 +0100 |
commit | 0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d (patch) | |
tree | f892f95596195fd70cdab6b026ab5eba99a34a05 /.gitmodules | |
parent | 68455af9cd842132c03ab87b6f14a2e1e769a77c (diff) | |
download | json_diff-0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d.tar.gz |
Move against submodules to GitLab.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 7ce5704..1f3eda4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "xdiff/UM-J"] path = xdiff/UM-J - url = http://luther.ceplovi.cz/git/UM-J.git + url = https://gitlab.com/mcepl/UM-J.git [submodule "xdiff/UM-C"] path = xdiff/UM-C - url = http://luther.ceplovi.cz/git/UM-C.git + url = https://gitlab.com/mcepl/UM-C.git |