From c714f8fd4288e86f2e0541512afef7e216c98699 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 5 Dec 2015 09:15:57 +0100 Subject: Use git.h.o copy of arcanist-external-json-linter It shouldn't have been possible to reference an external Git submodule not hosted on git.haskell.org as we can't otherwise ensure gitlink integrity. But it turns out the validation hook scripts in place didn't reject 020375d1e723339a95b86d0d3b8a8214b1cc144a, so here we are... This commit changes ghc.git to use our own fork/copy of https://github.com/bgamari/arcanist-external-json-linter hosted on git.haskell.org --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0d88e017d7..73ce0d1b5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -117,4 +117,4 @@ ignore = none [submodule ".arc-linters/arcanist-external-json-linter"] path = .arc-linters/arcanist-external-json-linter - url = https://github.com/bgamari/arcanist-external-json-linter.git + url = ../arcanist-external-json-linter.git -- cgit v1.2.1