diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-09-06 15:48:52 +0200 |
---|---|---|
committer | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-09-06 15:48:58 +0200 |
commit | 1abfc17b1e08e46dbdf34b4ef36097a8c307a8ec (patch) | |
tree | 9229e5ca6936f04dae098d36eb7c298427b37f11 /.gitmodules | |
parent | 525ce59fe2329d4b23fc0c52ed9dd92daac8ac2a (diff) |
.gitmodules: fix xcb-util-m4 url and CI failureHEADxcb-util-image-0.4.1-gitlabmaster
anongit.freedesktop.org doesn't seem to work anymore - using the canonical
gitlab https URL instead, so making the CIs work again.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb-image/-/merge_requests/5>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index cff1b86..375bb2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "m4"] path = m4 - url = git://anongit.freedesktop.org/xcb/util-common-m4.git + url = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4.git |