From 4c556ebe4708e5dc84baa30e91f21c9aadf717f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alo=20Morais?= <71322340+JoaoMorais96@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:32:16 +0200 Subject: [PATCH] Update .gitmodules to use https on all repos --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d7aa9f55..50a2dacd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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