From 852b3827c133ef7c389140171092f845a4287bfc Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 15 May 2023 13:12:30 +0200 Subject: grml-etc-core: Use https for git access GitHub disabled the plain git protocol. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 90d4dac..b12d95f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "grml-etc-core"] path = grml-etc-core - url = git://github.com/grml/grml-etc-core.git + url = https://github.com/grml/grml-etc-core.git -- cgit v1.2.3