From d373693f707e4142867e6f49e3dfa45b997795d5 Mon Sep 17 00:00:00 2001 From: davidwei Date: Wed, 10 Jun 2026 20:05:01 +1200 Subject: [PATCH] fix: update GitHub repo URL to canonical shukebeta/HappyNotes Closes #35 --- lib/screens/settings/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/settings/settings.dart b/lib/screens/settings/settings.dart index 9cf8579..de8adf3 100644 --- a/lib/screens/settings/settings.dart +++ b/lib/screens/settings/settings.dart @@ -301,7 +301,7 @@ class SettingsState extends State { } Future _launchGitHub(BuildContext context) async { - const url = 'https://github.com/weizhong2004/happy-notes'; + const url = 'https://github.com/shukebeta/HappyNotes'; try { await launchUrlString(url, mode: LaunchMode.externalApplication); if (context.mounted) Navigator.pop(context);