build: change object story domain to ghostty.org

This commit is contained in:
Mitchell Hashimoto
2024-12-20 08:58:24 -08:00
parent 5bb05996eb
commit c74966e07e
5 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ commit history <a href="{repo}">on GitHub</a> for all changes.
</p>
"""
elem = ET.SubElement(item, "enclosure")
elem.set("url", f"https://tip.files.ghostty.dev/{commit_long}/ghostty-macos-universal.zip")
elem.set("url", f"https://tip.files.ghostty.org/{commit_long}/ghostty-macos-universal.zip")
elem.set("type", "application/octet-stream")
for key, value in attrs.items():
elem.set(key, value)