mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
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:
|
||||
|
Reference in New Issue
Block a user