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:21:05 +0000 |
commit | 11b36931a1ce399df4317e6f888e5d696ec53bc5 (patch) | |
tree | 72b1801805904d29e5a4630f7ce09228acfd62d3 | |
parent | 950f68c8fe89f09c6ac63a90a230d6000406e759 (diff) |
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 |