From b2b6f08b8675002bd13fd9c0fb672105ed3550a5 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 26 Mar 2022 12:26:48 +0100 Subject: [PATCH] github https --- bundles/zsh/items.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/zsh/items.py b/bundles/zsh/items.py index d39336e..a3b8670 100644 --- a/bundles/zsh/items.py +++ b/bundles/zsh/items.py @@ -22,11 +22,11 @@ for name, user_config in node.metadata.get('users').items(): git_deploy = { join(user_config['home'], '.zsh/oh-my-zsh'): { - 'repo': 'git://github.com/ohmyzsh/ohmyzsh.git', + 'repo': 'https://github.com/ohmyzsh/ohmyzsh.git', 'rev': 'master', }, join(user_config['home'], '.zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions'): { - 'repo': 'git://github.com/zsh-users/zsh-autosuggestions.git', + 'repo': 'https://github.com/zsh-users/zsh-autosuggestions.git', 'rev': 'master', }, }