From fcc6cd814f851949ea860847d3d6674819ab2b36 Mon Sep 17 00:00:00 2001 From: Adrien Duermael Date: Wed, 4 Jan 2017 17:02:41 -0800 Subject: [PATCH] using github url for yaml.v2 submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit in an attempt to fix Github pages build… Signed-off-by: Adrien Duermael --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8fb0bc65361..024b0fead3c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,6 @@ branch = 45e771701b814666a7eb299e6c7a57d0b1799e91 [submodule "tests/src/gopkg.in/yaml.v2"] path = tests/src/gopkg.in/yaml.v2 - url = https://gopkg.in/yaml.v2 + url = https://github.com/go-yaml/yaml.git branch = a5b47d31c556af34a302ce5d659e6fea44d90de0