diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 14:08:54 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 14:08:54 -0700 |
commit | ac73049fb67deda1470dd420cae3a0353c40550c (patch) | |
tree | df59af7fa2763b0e052c6ae84d65f8a47b64f58a /.gitmodules | |
parent | db634c0c84d0bfb8c55fe38451b7f004481c35e8 (diff) |
.gitmodules: Whoops, point at my pico-sdk fork
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index d8d8265..8a4c874 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ # .gitmodules - Were to get some 3rd-party sources # -# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later [submodule "3rd-party/pico-sdk"] path = 3rd-party/pico-sdk - url = https://github.com/raspberrypi/pico-sdk + url = https://github.com/LukeShu/pico-sdk |