Skip to content

Commit

Permalink
Update .gitmodules to use https on all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMorais96 authored Apr 4, 2024
1 parent 0ee428b commit 4c556eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = git@github.com:OpenZeppelin/openzeppelin-contracts-upgradeable.git
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/ERC721A-Upgradeable"]
path = lib/ERC721A-Upgradeable
url = git@github.com:chiru-labs/ERC721A-Upgradeable.git
url = https://github.com/chiru-labs/ERC721A-Upgradeable
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
Expand Down

0 comments on commit 4c556eb

Please sign in to comment.