From 7a2436f80bc18c94591f154a2210f00c2b054900 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 15 Mar 2022 12:28:45 -0700 Subject: [PATCH] Hotfix for https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 422ea9d4..0406c4d0 100644 --- a/Makefile +++ b/Makefile @@ -29,11 +29,11 @@ $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/virtual/boards.txt: $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/avr/boards.txt: git clone -c core.symlinks=true \ --recurse-submodules \ - git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio \ + https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio \ $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio git clone -c core.symlinks=true \ --recurse-submodules \ - git://github.com/keyboardio/ArduinoCore-GD32-Keyboardio $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/gd32 + https://github.com/keyboardio/ArduinoCore-GD32-Keyboardio $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/gd32 update: cd $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio; git pull; \