From 135bd5838e1fe3919ce95e86256b9f403030a3d8 Mon Sep 17 00:00:00 2001 From: VincentCauchois Date: Tue, 5 Dec 2023 15:55:56 +0100 Subject: [PATCH] fix(gitmodules): change URL of a git submodule from SSH to HTTPS Change the URL for the submodule "dependencies/GeoNature" from "git@[...]" to "https://[...]. Signed-off-by: VincentCauchois --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3679c92..d176fb8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dependencies/GeoNature"] path = dependencies/GeoNature - url = git@github.com:PnX-SI/GeoNature.git + url = https://github.com/PnX-SI/GeoNature.git [submodule "dependencies/Utils-Flask-SQLAlchemy"] path = dependencies/Utils-Flask-SQLAlchemy url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy.git