From e9062190dd30089e28812017d2edbd36ffb4d0c0 Mon Sep 17 00:00:00 2001 From: Nikolay Minaylov Date: Tue, 15 Aug 2023 08:33:32 +0300 Subject: [PATCH] Clock, music player, snake game from firmware repo (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Astra Co-authored-by: あく --- gui/scenes/dap_scene_about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/scenes/dap_scene_about.c b/gui/scenes/dap_scene_about.c index 0974e60a7fb..b9a45e686a0 100644 --- a/gui/scenes/dap_scene_about.c +++ b/gui/scenes/dap_scene_about.c @@ -2,7 +2,7 @@ #define DAP_VERSION_APP "0.1.0" #define DAP_DEVELOPED "Dr_Zlo" -#define DAP_GITHUB "https://github.com/flipperdevices/flipperzero-firmware" +#define DAP_GITHUB "https://github.com/flipperdevices/flipperzero-good-faps" void dap_scene_about_on_enter(void* context) { DapGuiApp* app = context;