apprt/gtk: fix website link in about window (#3958)

This commit is contained in:
Mitchell Hashimoto
2024-12-29 19:17:11 -08:00
committed by GitHub

View File

@ -735,7 +735,7 @@ fn gtkActionAbout(
const name = "Ghostty"; const name = "Ghostty";
const icon = "com.mitchellh.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 if ((comptime adwaita.versionAtLeast(1, 5, 0)) and
adwaita.versionAtLeast(1, 5, 0) and adwaita.versionAtLeast(1, 5, 0) and