From 23dfb61e2d558bd98f36d767b74fbd222be43df2 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 7 Aug 2022 18:13:46 +0900 Subject: [PATCH] Change the `git` repository to `gitea.kazu634.com`. --- cookbooks/kazu634/kazu634.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/kazu634/kazu634.rb b/cookbooks/kazu634/kazu634.rb index 335ec9f..df7ad66 100644 --- a/cookbooks/kazu634/kazu634.rb +++ b/cookbooks/kazu634/kazu634.rb @@ -36,7 +36,7 @@ end # Deploy dot files: git '/home/kazu634/repo/dotfiles' do - repository 'https://github.com/kazu634/dotfiles.git' + repository 'https://gitea.kazu634.com/kazu634/dotfiles.git' user 'kazu634' end