From 0c3a206740834dad8ff19b9cd84fda98c5504054 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 9 Sep 2026 14:00:05 +0200 Subject: [PATCH] Fix homepage URL to point at the actual Gitea repo Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_0116i7dYLNZTXNR7Lqf439bV --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b64188..4b6bd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ ] [project.urls] -Homepage = "https://github.com/retoor/stealthii" +Homepage = "https://retoor.molodetz.nl/retoor/stealthii" [tool.setuptools.packages.find] where = ["."]