mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
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:
parent
ef83dbdafa
commit
b3fa514734
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue