diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 16:16:25 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 16:16:25 -0400 |
commit | cf4db5141f939f6e55a1a8435e73452ca1868b84 (patch) | |
tree | e4d8567fd3af485219c54afb07d940181df58948 | |
parent | 5cbb2c4879675ad198fb82de9e2e3789f8744818 (diff) |
Fix broken repo references
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ packages: - libinput - libxkbcommon sources: - - https://github.com/~sircmpwn/sway - - https://github.com/~sircmpwn/wlroots + - https://github.com/swaywm/sway + - https://github.com/swaywm/wlroots tasks: - wlroots: | cd wlroots |