From cde87472cfea1ae1831913b2270b6f7e6b665fc6 Mon Sep 17 00:00:00 2001 From: "[object Object]" Date: Sat, 6 Apr 2024 18:55:16 -0400 Subject: [PATCH] Fix homepage/source links in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e88eb471..66f1356a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ requires-python = ">=3.11" dynamic = ["version", "dependencies", "optional-dependencies"] [project.urls] -Homepage = "https://gamma-delta.github.io/HexMod/" -Source = "https://github.com/gamma-delta/HexMod/" +Homepage = "https://hexcasting.hexxy.media/" +Source = "https://github.com/FallingColors/HexMod/" # Gradle version/deps