From 144b0d6f75e4861c64e8ef028e48fb466ea7dd14 Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 11 May 2021 23:34:24 +0200 Subject: [PATCH] Changed nscl submodule reference to relative, so that recursive cloning works with both SSH and HTTPS (issue #190). --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4b006f5..c93b31b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "nscl"] path = src/nscl - url = git@github.com:hackademix/nscl.git + url = ../nscl.git