From 71b604c5afd6308e6c4e2cdcce4679313237318d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 19 Aug 2020 19:06:59 +0200 Subject: [PATCH] bundles/travelynx: use github mirror git.finalrewind.org seems slow sometimes, which breaks our CI pipeline --- bundles/travelynx/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/travelynx/items.py b/bundles/travelynx/items.py index a2bdddb..494d854 100644 --- a/bundles/travelynx/items.py +++ b/bundles/travelynx/items.py @@ -30,7 +30,7 @@ files = { git_deploy = { '/opt/travelynx': { - 'repo': 'https://git.finalrewind.org/travelynx', + 'repo': 'https://github.com/derf/travelynx.git', 'rev': '1.16.1', 'triggers': { 'action:travelynx_install_deps',