From aa28de93b98a1a1d1f029ffe62f3677b724ec583 Mon Sep 17 00:00:00 2001 From: Vladimir Stoiakin Date: Mon, 24 Mar 2025 12:30:44 +0300 Subject: [PATCH] update the URL of LVGL repository --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index fcb8f14..83e7cf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lvgl"] path = lvgl - url = https://github.com/littlevgl/lvgl.git + url = https://github.com/lvgl/lvgl.git