diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:20:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:23:05 +0000 |
commit | da025dc8109a0d0cee9b65ad5a4a67eb3fd01d35 (patch) | |
tree | 0e9d26a9715900032a70048e8193953060b72490 | |
parent | 86f243bb12fd41778555ab83db53ba403e225d41 (diff) | |
download | gstreamer-plugins-good-da025dc8109a0d0cee9b65ad5a4a67eb3fd01d35.tar.gz |
common: use https protocol for common submodule
https://bugzilla.gnome.org/show_bug.cgi?id=775110
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 1ba590b44..1e46cf5ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] path = common - url = git://anongit.freedesktop.org/gstreamer/common + url = https://anongit.freedesktop.org/git/gstreamer/common.git |