From 4c50ff4b5bdc2123042ec9c8c5d70687b6071390 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 1 Jun 2015 15:37:22 +0100 Subject: [PATCH] .gitmodules: use public git url Signed-off-by: Brendan Le Foll --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 27a4b11..b2bc350 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "doxygen2jsdoc"] path = doxygen2jsdoc - url = git@github.com:arfoll/doxygen2jsdoc.git + url = https://github.com/arfoll/doxygen2jsdoc.git branch = master