Преглед изворни кода

Clock, music player, snake game from firmware repo (#19)

Co-authored-by: Astra <me@astrra.space>
Co-authored-by: あく <alleteam@gmail.com>
Nikolay Minaylov пре 2 година
родитељ
комит
e9062190dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/scenes/dap_scene_about.c

+ 1 - 1
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;