mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
Merge pull request #1812 from jparise/ghostty-org
Update functional URLs for ghostty-org
This commit is contained in:
2
dist/macos/update_appcast_tip.py
vendored
2
dist/macos/update_appcast_tip.py
vendored
@ -22,7 +22,7 @@ from datetime import datetime, timezone
|
||||
now = datetime.now(timezone.utc)
|
||||
build = os.environ["GHOSTTY_BUILD"]
|
||||
commit = os.environ["GHOSTTY_COMMIT"]
|
||||
repo = "https://github.com/mitchellh/ghostty"
|
||||
repo = "https://github.com/ghostty-org/ghostty"
|
||||
|
||||
# Read our sign_update output
|
||||
with open("sign_update.txt", "r") as f:
|
||||
|
@ -463,7 +463,7 @@ class AppDelegate: NSObject,
|
||||
}
|
||||
|
||||
@IBAction func showHelp(_ sender: Any) {
|
||||
guard let url = URL(string: "https://github.com/mitchellh/ghostty") else { return }
|
||||
guard let url = URL(string: "https://github.com/ghostty-org/ghostty") else { return }
|
||||
NSWorkspace.shared.open(url)
|
||||
}
|
||||
}
|
||||
|
@ -160,7 +160,7 @@ in
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mitchellh/ghostty";
|
||||
homepage = "https://github.com/ghostty-org/ghostty";
|
||||
license = licenses.mit;
|
||||
platforms = ["x86_64-linux" "aarch64-linux"];
|
||||
mainProgram = "ghostty";
|
||||
|
@ -471,7 +471,7 @@ fn gtkActionAbout(
|
||||
"version",
|
||||
build_config.version_string.ptr,
|
||||
"website",
|
||||
"https://github.com/mitchellh/ghostty",
|
||||
"https://github.com/ghostty-org/ghostty",
|
||||
@as(?*anyopaque, null),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user