From 6e2f117a3183d7d0c2b121d52aa3a050038bc7e9 Mon Sep 17 00:00:00 2001 From: Patrick Lucas Date: Mon, 13 Jun 2016 16:23:14 -0400 Subject: Fix eevee submodule path Use 'https' instead of 'git' for the submodule scheme so non-@kura users can successfully update submodules. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 69f36dd..ecd1494 100644 --- a/.gitmodules +++ b/.gitmodules @@ -219,4 +219,4 @@ url = https://github.com/mothsART/pelican-lab [submodule "eevee"] path = eevee - url = git@github.com:kura/eevee.git + url = https://github.com/kura/eevee.git -- cgit v1.1