diff --git a/commands/core.d/bootstrap.d/ubuntu.sh b/commands/core.d/bootstrap.d/ubuntu.sh
index 4c2d283fd0ef02dada7ee3971a67b4c10b2d93ea..c58386f5f2468979234c4ced57b6cfeb5e62f155 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'
 )