From 18db600341bcf1c21e4282515d458b898639f349 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 8 Feb 2024 13:06:07 +0100 Subject: switch to upstream libopencm3 (it actually supports Python3 by now!) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1faf8ea..9e96f42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "libopencm3"] +[submodule "ext/libopencm3"] path = ext/libopencm3 - url = https://github.com/derf/libopencm3.git + url = https://github.com/libopencm3/libopencm3.git -- cgit v1.2.3