diff options
-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 |