From b81ac0d01c1b865fccdd143cd53fc5e8dd673e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 15 Dec 2025 15:02:54 +0100 Subject: [PATCH] Use https over ssh for submodule URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 050501d90..22b961022 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "pkg/validator/data/disposable-email-domains"] path = pkg/validator/data/disposable-email-domains - url = git@github.com:disposable-email-domains/disposable-email-domains.git + url = https://github.com/disposable-email-domains/disposable-email-domains.git