Various updates for great git.coopcloud.tech migration

This commit is contained in:
3wc
2021-08-17 03:07:52 +02:00
parent f69e155d27
commit cfdf7f82f6
4 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ def _run_cmd(cmd, shell=False, **kwargs):
def get_repos_json():
""" Retrieve repo list from Gitea """
url = "https://git.autonomic.zone/api/v1/orgs/coop-cloud/repos"
url = "https://git.coopcloud.tech/api/v1/orgs/coop-cloud/repos"
log.info(f"Retrieving {url}")