From 47e0c5cad16a99cde5a9df5775d1941dc6d76751 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 24 Nov 2025 17:30:07 +0100 Subject: [PATCH] use https:// URL for freetype2 in .gitmodules HTTPS Everywhere! This is a trivial fix to improve privacy and security. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8a827db..7394a54 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libraries/freetype"] path = libraries/freetype - url = git://git.sv.nongnu.org/freetype/freetype2.git + url = https://git.savannah.nongnu.org/git/freetype/freetype2.git [submodule "libraries/glm"] path = libraries/glm url = https://github.com/g-truc/glm.git