diff options
author | Manuel Stoeckl <code@mstoeckl.com> | 2021-11-01 23:23:13 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-02 08:43:24 +0100 |
commit | fc25e4944efdc5bc7e33a81180908927dba93ee6 (patch) | |
tree | 0760daf1b169e9f329a52fa51cf61adb551501d1 /.builds | |
parent | 38020d157ddb58e756c654e9a2ff203c1562b25b (diff) |
Update URL to wlroots project (GitHub->GitLab)
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 7f0bef02..abf636ab 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -21,7 +21,7 @@ packages: - xwayland sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - wlroots: | cd wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index a8f1dfed..ac4cdb4d 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -18,7 +18,7 @@ packages: - seatd sources: - https://github.com/swaywm/sway - - https://github.com/swaywm/wlroots + - https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - wlroots: | cd wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 1a3c8512..97e7eccc 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -26,7 +26,7 @@ packages: - x11/xcb-util-wm sources: - https://github.com/swaywm/sway -- https://github.com/swaywm/wlroots +- https://gitlab.freedesktop.org/wlroots/wlroots.git tasks: - setup: | cd sway |