diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:27:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:28:00 +0000 |
commit | ddd1fa749962aafe530c88f8a32df3a6ae0af7b1 (patch) | |
tree | 9d7e23edf9700bdda2bb9d2f371083bce4a1eea1 | |
parent | 53d8d353f0b5a42cd6495c1f4cd1e4b9bf6be515 (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 a6b1eda..3ff9d95 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 |