From eb1c3986e125eff39dfa8f8059bf303e478a668d Mon Sep 17 00:00:00 2001 From: Philip ABBET <philip.abbet@idiap.ch> Date: Wed, 16 Nov 2016 15:57:39 +0100 Subject: [PATCH] Fix the buildout (bower doesn't like one of the URLs) --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 50747a188..096135684 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -121,7 +121,7 @@ packages = jquery#~1.11.3 mousetrap#~1.5.3 raphael#~2.1.4 spectrum#~1.7.1 - git@github.com:joshaven/string_score#~0.1.22 + https://github.com/joshaven/string_score.git#~0.1.22 chosen-bootstrap#~1.1.0 angularjs#~1.4.5 angular-ui-router#~0.2.15 -- GitLab