diff options
| -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 0963179..7faca5d 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -20,9 +20,9 @@ packages: - wget - xz sources: + - https://github.com/riverwm/river - https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wlroots/wlroots.git - - https://github.com/riverwm/river.git tasks: - install_deps: | cd wayland diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 6f62449..e71ac90 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -17,9 +17,9 @@ packages: - wget - xz sources: + - https://github.com/riverwm/river - https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wlroots/wlroots.git - - https://github.com/riverwm/river.git tasks: - install_deps: | cd wayland diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 3f2674d..89b48f5 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -21,9 +21,9 @@ packages: - scdoc - wget sources: + - https://github.com/riverwm/river - https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wlroots/wlroots.git - - https://github.com/riverwm/river.git tasks: - install_deps: | cd wayland |
