From e3221654bf8e50cac5c6c0b5028a427fc7e0de2c Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros <nkak@kth.se> Date: Wed, 3 Aug 2022 20:17:57 +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 4cbd746..4c2d283 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' - 'git+git://github.com/retr0h/git-url-parse@1.1' + 'http://github.com/coala/git-url-parse@1.1' 'git+git://github.com/nkakouros-forks/gilt@all' ) -- GitLab