From 4646d6a2da27a12f5f687e57939c1379b9cfaf4c Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Wed, 11 Jun 2025 11:01:41 +0200 Subject: [PATCH] fix project url --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]