summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-05 09:15:57 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-05 09:21:52 +0100
commitc714f8fd4288e86f2e0541512afef7e216c98699 (patch)
tree35f7b696b87ae037bd7d2d31aae49e25ae9e6d4f /.gitmodules
parent8f2879794a75aad64b5998227c81c2ef569be35f (diff)
downloadhaskell-c714f8fd4288e86f2e0541512afef7e216c98699.tar.gz
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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