From e4bdf44798057285f05896347439cf5bf9f6bc5f Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 23 Sep 2016 13:55:40 +0100 Subject: Change submodule URL for 'charset' to https. This isn't strictly _necessary_, since git submodules have a built-in check that you downloaded the commit you thought you'd downloaded (in that they specify the exact commit hash you want), so as long as the top-level halibut repo is being checked out securely, it doesn't matter if the submodules come over git://. However, I can't see any reason _not_ to switch over to https, since I want to make it the new recommended standard for anon access to all my git repositories. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7938e18..548880e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "charset"] path = charset - url = git://git.tartarus.org/simon/charset.git + url = https://git.tartarus.org/simon/charset.git -- cgit v1.1