From c8848f53f7e72f6cfd005b789d000807c5dadc32 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 25 Mar 2024 13:49:42 +0100 Subject: [PATCH] Use .git suffix for all submodule urls --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 787e4c85f5b..64d938fbf99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "pkg/fedora"] path = pkg/fedora - url = https://src.fedoraproject.org/rpms/systemd + url = https://src.fedoraproject.org/rpms/systemd.git branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://src.opensuse.org/rpm/systemd + url = https://src.opensuse.org/rpm/systemd.git branch = factory [submodule "pkg/debian"] path = pkg/debian @@ -12,9 +12,9 @@ branch = debian/master [submodule "pkg/centos"] path = pkg/centos - url = https://git.centos.org/rpms/systemd + url = https://git.centos.org/rpms/systemd.git branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd + url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd.git branch = main -- 2.47.3