mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
apprt/gtk: fix website link in about window
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user