diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-14 20:09:18 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-14 20:09:18 -0700 |
| commit | 73a28f78157d85f6d683af40bab7a4ce8c401b13 (patch) | |
| tree | 300d734a885d71997637fc798ca1efcbb021005a | |
| parent | be5327757900f1a4229748344749e82e9e3f1e03 (diff) | |
xz: Update git submodule URL to https
Otherwise we get redirected with a warning.
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9d17d777..1652db20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -255,7 +255,7 @@ url = https://anongit.freedesktop.org/git/xkeyboard-config.git [submodule "pkg/xz/src"] path = pkg/xz/src - url = http://git.tukaani.org/xz.git + url = https://git.tukaani.org/xz.git [submodule "pkg/youtube-dl/src"] path = pkg/youtube-dl/src url = https://github.com/rg3/youtube-dl |
