diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 13:06:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 13:06:07 +0100 |
commit | 18db600341bcf1c21e4282515d458b898639f349 (patch) | |
tree | 4639f5ff29e9c33f04cbc874064bf9a59924e4ff /.gitmodules | |
parent | 339351351d28e65224284aba20e43c270f3cf781 (diff) |
switch to upstream libopencm3 (it actually supports Python3 by now!)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |