From c6e05af4d7b4f26ed97417e3dd344a42f2c756cd Mon Sep 17 00:00:00 2001 From: Adrien Duermael Date: Wed, 4 Jan 2017 17:28:55 -0800 Subject: [PATCH] using github url for yaml.v2 submodule (#1034) 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 8fb0bc6536..024b0fead3 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