use https instead of ssh in .gitmodules

This commit is contained in:
Youngjoon Lee 2024-07-17 11:56:32 +09:00
parent 3af2d9a0d4
commit 83011bc051
No known key found for this signature in database
GPG Key ID: B4253AFBA618BF4D
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "consensus-specs"]
path = eth-specs
url = git@github.com:ethereum/consensus-specs.git
url = https://github.com/ethereum/consensus-specs.git
branch = dev