diff options
author | Alexey Andreyev <aa13q@ya.ru> | 2019-06-26 16:36:45 +0300 |
---|---|---|
committer | Alexey Andreyev <aa13q@ya.ru> | 2019-07-04 15:26:34 +0300 |
commit | b5f9e1bd20f985c18ec630fa496510018547b728 (patch) | |
tree | dba4e2813ddc5da9e2c2ebc111b18c52f9ab6fb4 /.gitmodules | |
parent | e1bee9d71d88d6500d2c6124689a0e8685aeab90 (diff) | |
download | libquotient-b5f9e1bd20f985c18ec630fa496510018547b728.tar.gz libquotient-b5f9e1bd20f985c18ec630fa496510018547b728.zip |
Change libQtOlm location. Fix .travis.yml and .appveyor.yml
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 23158cd2..eb4c1815 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "lib/libQtOlm"] - path = lib/libQtOlm - url = git@gitlab.com:aa13q/libqtolm.git +[submodule "3rdparty/libQtOlm"] + path = 3rdparty/libQtOlm + url = https://gitlab.com/b0/libqtolm.git |