From b3fa5147340f7ae873b58ceb863c79ed6e9af4e9 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 25 Jan 2024 12:13:35 -0600 Subject: [PATCH] use github.com instead of www.github.com as frostdart submodule url caused issues for me initializing submodule using git on cli see https://stackoverflow.com/a/64991733 and related --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 98bb17794..925be21c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/cypherstack/flutter_liblelantus.git [submodule "crypto_plugins/frostdart"] path = crypto_plugins/frostdart - url = https://www.github.com/cypherstack/frostdart + url = https://github.com/cypherstack/frostdart