diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2018-11-05 12:52:46 +0800 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-05-02 16:49:52 +0100 |
commit | 9c963b0b9e3f6f04e01a826db3ab0175e3efc323 (patch) | |
tree | ecdf5c0d9caf9a105069a6e72738fc0efa3111a9 | |
parent | f7e877876ab1c0c6c2bf4c69b4779034286918bd (diff) |
Clone the code from gitlab
This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | gst-plugins-ugly.doap | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 1e46cf5e..eff9ab34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] path = common - url = https://anongit.freedesktop.org/git/gstreamer/common.git + url = https://gitlab.freedesktop.org/git/gstreamer/common.git diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index 6e41836c..90cf2acc 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -28,8 +28,8 @@ might be widely known to present patent problems. <repository> <GitRepository> - <location rdf:resource="git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly"/> - <browse rdf:resource="http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly"/> + <location rdf:resource="git://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly"/> + <browse rdf:resource="http://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly"/> </GitRepository> </repository> |