From 99fd2a2fe6bc18e9b63d2d4dcd17133b26a02b50 Mon Sep 17 00:00:00 2001 From: iakmds <111225446+iakmds@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:57:37 +0100 Subject: [PATCH] ui(About): Change homepage to buhocms.org --- lib/src/logic/buho_functions.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/logic/buho_functions.dart b/lib/src/logic/buho_functions.dart index 96c545e6..e27aedf4 100644 --- a/lib/src/logic/buho_functions.dart +++ b/lib/src/logic/buho_functions.dart @@ -385,7 +385,7 @@ void exit({ } void openHomepage() async { - final url = Uri(scheme: 'https', path: 'github.com/iakmds/buhocms'); + final url = Uri(scheme: 'https', path: 'buhocms.org'); if (await canLaunchUrl(url) || Platform.isLinux) { await launchUrl(url); }