diff --git a/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb b/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb index a974cd4..423291c 100644 --- a/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb +++ b/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb @@ -43,7 +43,7 @@ application app_path do git do user app_user group app_group - repository "https://github.com/67P/botka.git" + repository "https://gitea.kosmos.org/kosmos/botka.git" revision "master" end diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb index b3c787e..96d4234 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb @@ -50,7 +50,7 @@ application hal8000_path do git do user "hubot" group "hubot" - repository "https://github.com/67P/hal8000.git" + repository "https://gitea.kosmos.org/kosmos/hal8000.git" revision "master" end diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb index c34d44e..04ce0ab 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb @@ -56,7 +56,7 @@ application app_path do git do user app_user group app_group - repository "https://github.com/67P/hal8000.git" + repository "https://gitea.kosmos.org/kosmos/hal8000.git" revision "master" end