From 845f5c804080927f40d39e3a99e2fc5614fb628f Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Sun, 12 Apr 2020 08:51:49 +0100 Subject: [PATCH] Use a wiki remote that exists Looks like constcast repo has fallen off the internet : fatal: remote error: access denied or repository not exported: /a/nw/ad/0c/93/1421452/254611723.wiki.git fatal: clone of 'git://github.com/constcast/vermont.wiki.git' into submodule path '/Users/Nick/Software/vermont/docs/wiki' failed Probably best to use tumi8 as that's the definitive uptream anyway. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3ae79cd..18275f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs/wiki"] path = docs/wiki - url = git://github.com/constcast/vermont.wiki.git + url = git://github.com/tumi8/vermont.wiki.git