Update functional URLs for ghostty-org

This commit is contained in:
Jon Parise
2024-06-01 16:44:09 -04:00
parent 502423dabf
commit 2a66d37e48
4 changed files with 4 additions and 4 deletions

View File

@@ -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: