diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-17 16:47:19 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-17 16:47:19 +0100 |
commit | 4c8ab1e0eee34a74bd46b8aa706f732551de5f0c (patch) | |
tree | 3ec8cf9f0915d86f2a7be4257d530e3f8d023c03 /.gitmodules | |
parent | Switch opensuse packaging specs source url to src.opensuse.org (diff) | |
download | systemd-4c8ab1e0eee34a74bd46b8aa706f732551de5f0c.tar.xz systemd-4c8ab1e0eee34a74bd46b8aa706f732551de5f0c.zip |
Update arch/debian packaging source URLs
Let's use the actual URL to avoid warnings from git about getting
redirected.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 38589d0839..ba9f6d7f27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ branch = factory [submodule "pkg/debian"] path = pkg/debian - url = https://salsa.debian.org/systemd-team/systemd + url = https://salsa.debian.org/systemd-team/systemd.git branch = debian/master [submodule "pkg/centos"] path = pkg/centos @@ -16,5 +16,5 @@ branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/daandemeyer/systemd + url = https://gitlab.archlinux.org/daandemeyer/systemd.git branch = strip |