diff --git a/system/base/user/tasks/main.yml b/system/base/user/tasks/main.yml index bbb2573..a275939 100644 --- a/system/base/user/tasks/main.yml +++ b/system/base/user/tasks/main.yml @@ -8,7 +8,7 @@ - name: "clone tmux dotfiles" ansible.builtin.git: - repo: "https://git.wojciechkozlowski.eu/config/tmux.git" + repo: "https://git.thenineworlds.net/config/tmux.git" dest: "{{ system_base_user_become_user_home_directory }}/.tmux" recursive: true ignore_errors: true