From d676107ef5e927ba6a06010197e9aa207b7d8eb1 Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros <nkak@kth.se> Date: Wed, 3 Aug 2022 20:26:14 +0000 Subject: [PATCH] fix url --- commands/core.d/bootstrap.d/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/core.d/bootstrap.d/ubuntu.sh b/commands/core.d/bootstrap.d/ubuntu.sh index c58386f..91ac706 100644 --- a/commands/core.d/bootstrap.d/ubuntu.sh +++ b/commands/core.d/bootstrap.d/ubuntu.sh @@ -13,7 +13,7 @@ distro_packages+=( pip_packages+=( # 'python-gilt' 'git+http://github.com/coala/git-url-parse@1.1' - 'git+git://github.com/nkakouros-forks/gilt@all' + 'git+http://github.com/nkakouros-forks/gilt@all' ) sudo apt update -- GitLab