diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:28:30 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-26 11:28:41 +0000 |
commit | ad3f55dadda64b86ad589426b0ed7b2354624725 (patch) | |
tree | 2b95732d907fc62f228ede0f8eef036d4a93a77a | |
parent | 08d0d09fbd3fbb50487e6d9364f773187b39c4c4 (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 1ba590b..1e46cf5 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 |