aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-27 16:16:25 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-27 16:16:25 -0400
commitcf4db5141f939f6e55a1a8435e73452ca1868b84 (patch)
treee4d8567fd3af485219c54afb07d940181df58948 /.build.yml
parentMove .build.yml repo references to github.com (diff)
downloadsway-cf4db5141f939f6e55a1a8435e73452ca1868b84.tar.gz
sway-cf4db5141f939f6e55a1a8435e73452ca1868b84.tar.zst
sway-cf4db5141f939f6e55a1a8435e73452ca1868b84.zip
Fix broken repo references
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 8ed621a2..40be2300 100644
--- a/.build.yml
+++ b/.build.yml
@@ -14,8 +14,8 @@ packages:
14 - libinput 14 - libinput
15 - libxkbcommon 15 - libxkbcommon
16sources: 16sources:
17 - https://github.com/~sircmpwn/sway 17 - https://github.com/swaywm/sway
18 - https://github.com/~sircmpwn/wlroots 18 - https://github.com/swaywm/wlroots
19tasks: 19tasks:
20 - wlroots: | 20 - wlroots: |
21 cd wlroots 21 cd wlroots