From be9392e698c4ebbc60f7fdec71764aae37458485 Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Fri, 10 May 2024 14:39:49 +0100 Subject: [PATCH] update source code URL to mine at lab.trax.im --- src/displayapp/screens/SystemInfo.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index d265fddd..902e06ca 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -286,9 +286,8 @@ std::unique_ptr SystemInfo::CreateScreen5() { "the GNU General\n" "Public License v3\n" "#808080 Source code#\n" - "#FFFF00 https://github.com/#\n" - "#FFFF00 InfiniTimeOrg/#\n" - "#FFFF00 InfiniTime#"); + "#FFFF00 https://lab.trax.im#\n" + "#FFFF00 /gentle/infinitime#"); lv_label_set_align(label, LV_LABEL_ALIGN_CENTER); lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0); return std::make_unique(4, 5, label);