From d03e289945a675601ae50444d935e02a7e2ddf44 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Tue, 20 Sep 2022 13:22:22 +0200 Subject: [PATCH] Update submodule URLs (Github has disabled git:// protocol) More info: https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/ --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2e2b7a0..d9b1a35 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "thing-logos"] path = thing-logos - url = git://github.com/rohieb/thing-logos.git + url = https://github.com/rohieb/thing-logos.git [submodule "write"] path = write - url = git://github.com/rohieb/Write.scad.git + url = https://github.com/rohieb/Write.scad.git