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
This commit is contained in:
sneurlax 2024-01-25 12:13:35 -06:00
parent ef83dbdafa
commit b3fa514734

2
.gitmodules vendored
View file

@ -9,4 +9,4 @@
url = https://github.com/cypherstack/flutter_liblelantus.git url = https://github.com/cypherstack/flutter_liblelantus.git
[submodule "crypto_plugins/frostdart"] [submodule "crypto_plugins/frostdart"]
path = crypto_plugins/frostdart path = crypto_plugins/frostdart
url = https://www.github.com/cypherstack/frostdart url = https://github.com/cypherstack/frostdart