From 7256ebe13d8ebccc2ba12f5076e57967663984d1 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Sun, 29 Dec 2024 16:47:44 -0600 Subject: [PATCH] apprt/gtk: fix website link in about window --- src/apprt/gtk/Window.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprt/gtk/Window.zig b/src/apprt/gtk/Window.zig index 6f43d06c3..c2700f986 100644 --- a/src/apprt/gtk/Window.zig +++ b/src/apprt/gtk/Window.zig @@ -735,7 +735,7 @@ fn gtkActionAbout( const name = "Ghostty"; const icon = "com.mitchellh.ghostty"; - const website = "https://github.com/ghostty-org/ghostty"; + const website = "https://ghostty.org"; if ((comptime adwaita.versionAtLeast(1, 5, 0)) and adwaita.versionAtLeast(1, 5, 0) and