diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-17 15:48:25 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-17 16:45:33 +0100 |
commit | 99cc65a0c9c0810ec956994eeba53bc50ae2fda0 (patch) | |
tree | ac43378d9f2d5d8222d94e566fffd7149a45fcdf /.gitmodules | |
parent | Update _udevadm (diff) | |
download | systemd-99cc65a0c9c0810ec956994eeba53bc50ae2fda0.tar.xz systemd-99cc65a0c9c0810ec956994eeba53bc50ae2fda0.zip |
Switch opensuse packaging specs source url to src.opensuse.org
opensuse's OBS has two git mirrors, code.opensuse.org uses pagure,
src.opensuse.org uses gitea. Let's try src.opensuse.org as pagure
doesn't seem to work properly when more advanced git functionality
is used.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index c69576e9bb..38589d0839 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://code.opensuse.org/package/systemd - branch = master + url = https://src.opensuse.org/rpm/systemd + branch = factory [submodule "pkg/debian"] path = pkg/debian url = https://salsa.debian.org/systemd-team/systemd |