From 0a0da0bd195749abd3b8eb9e5d070ffb26159251 Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros <nkak@kth.se> Date: Wed, 3 Aug 2022 20:22:26 +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 4c2d283..c58386f 100644 --- a/commands/core.d/bootstrap.d/ubuntu.sh +++ b/commands/core.d/bootstrap.d/ubuntu.sh @@ -12,7 +12,7 @@ distro_packages+=( pip_packages+=( # 'python-gilt' - 'http://github.com/coala/git-url-parse@1.1' + 'git+http://github.com/coala/git-url-parse@1.1' 'git+git://github.com/nkakouros-forks/gilt@all' ) -- GitLab