diff options
| author | levlam <levlam@telegram.org> | 2020-11-04 17:29:42 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-04 17:29:42 +0300 |
| commit | ef290663f720295213cc4b0548ba205caa3692d1 (patch) | |
| tree | a5476e983e6d077c64f4c6bd456ac58c05203035 | |
| parent | 74559bab15af2ccb2cdadadc4467ce3fac97f4b9 (diff) | |
Fix submodule URL.
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c009a81..f1273f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "td"] path = td - url = http://github.com/tdlib/td.git + url = https://github.com/tdlib/td.git |
