From 72ef2da9716fea8fc39a50c6dd7cea3125bcf2ea Mon Sep 17 00:00:00 2001 From: Paulo Henrique Raposo <76979664+PHRaposo@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:17:21 -0300 Subject: [PATCH] Change submodule URL to use HTTPS --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 72f116b..c0b5242 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tools/htmlize.sh"] path = tools/htmlize.sh - url = git://github.com/vy/htmlize.sh.git + url = https://github.com/vy/htmlize.sh.git