From 80c21cb52189fe66992c0086a305f7349f6001f2 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Sun, 8 Jun 2025 21:48:11 -0400 Subject: [PATCH] Update bullseye submodule and cloning to https Notes: * This is because GitLab has removed support for the insecure 'git://' protocol --- .gitmodules | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 25a8b35..ae066a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake"] path = cmake - url = git://github.com/dlech/vala-cmake-modules + url = https://github.com/dlech/vala-cmake-modules diff --git a/README.md b/README.md index 240775b..9a85d81 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Get the code: * Clone of the brickman repo. - git clone git://github.com/ev3dev/brickman + git clone https://github.com/ev3dev/brickman cd brickman git submodule update --init --recursive