diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 2 | ||||
-rw-r--r-- | .builds/archlinux.yml | 2 | ||||
-rw-r--r-- | .builds/freebsd.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index e4c654b1..ab613b28 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -18,7 +18,7 @@ packages: - xwayland - libseat-dev sources: - - https://github.com/swaywm/wlroots + - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - setup: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 1c89ca6f..4d8e3767 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -19,7 +19,7 @@ packages: - vulkan-headers - glslang sources: - - https://github.com/swaywm/wlroots + - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - setup: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 368167c8..dc79d561 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -26,7 +26,7 @@ packages: - sysutils/seatd - gmake sources: - - https://github.com/swaywm/wlroots + - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - wlroots: | cd wlroots |