fix: use https instead of ssh for submodules

This commit is contained in:
Richard Ramos 2023-12-08 14:40:30 -04:00
parent fd4df9221e
commit e340337d64
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -3,4 +3,4 @@
url = https://github.com/waku-org/waku-rln-contract.git
[submodule "waku/v2/protocol/waku-proto"]
path = waku/v2/protocol/waku-proto
url = git@github.com:waku-org/waku-proto.git
url = https://github.com/waku-org/waku-proto