diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-22 16:49:46 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-22 16:51:37 +0100 |
commit | d0327823d8724c97df53851bd95467f8b334aeb4 (patch) | |
tree | 1149f0858155500e24753d05ba76c0819cc52726 /.gitmodules | |
parent | mkosi: Disable debug package generation on Arch Linux (diff) | |
download | systemd-d0327823d8724c97df53851bd95467f8b334aeb4.tar.xz systemd-d0327823d8724c97df53851bd95467f8b334aeb4.zip |
mkosi: Switch to Arch Linux packaging sources main branch
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/merge_requests/8
was merged so let's switch branches to the main branch.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index ba9f6d7f27..787e4c85f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,5 +16,5 @@ branch = c9s-sig-hyperscale [submodule "pkg/arch"] path = pkg/arch - url = https://gitlab.archlinux.org/daandemeyer/systemd.git - branch = strip + url = https://gitlab.archlinux.org/archlinux/packaging/packages/systemd + branch = main |