diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4b1df77e3..b0811dccd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,6 +46,9 @@ [submodule "main/dependencies/libcarddav"] path = main/dependencies/libcarddav url = https://system@scm.trinitydesktop.org/scm/git/libcarddav +[submodule "main/dependencies/libr"] + path = main/dependencies/libr + url = http://system@scm.trinitydesktop.org/scm/git/libr [submodule "main/dependencies/sip4-tqt"] path = main/dependencies/sip4-tqt url = https://system@scm.trinitydesktop.org/scm/git/sip4-tqt @@ -493,6 +496,3 @@ [submodule "main/thirdparty"] path = main/thirdparty url = https://system@scm.trinitydesktop.org/scm/git/thirdparty -[submodule "main/dependencies/libr"] - path = main/dependencies/libr - url = http://system@scm.trinitydesktop.org/scm/git/libr |