diff --git a/pyproject.toml b/pyproject.toml index a7b69d0..a250823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ license-files = [ $REPO_NAME_KEBAB = "$REPO_NAME_SNAKE.__main__:cli" [project.urls] -Homepage = "$REPO_LINK" -Issues = "$REPO_LINKissues" +Homepage = "https://gitea.elara.ws$REPO_LINK" +Issues = "https://gitea.elara.ws$REPO_LINK/issues" [build-system] requires = ["hatchling"]