From bb7be30c2bd59cd02ada7776e2c740a887a88ad0 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 9 May 2026 01:08:11 +0200 Subject: [PATCH] chore: update project dependencies in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e6fc2e..2772722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/your-username/strava-mcp-server" -Repository = "https://github.com/your-username/strava-mcp-server" -"Bug Tracker" = "https://github.com/your-username/strava-mcp-server/issues" +Homepage = "https://git.hnrx.net/hnrx/strava-mcp-server" +Repository = "https://git.hnrx.net/hnrx/strava-mcp-server" +"Bug Tracker" = "https://git.hnrx.net/hnrx/strava-mcp-server/issues" [project.scripts] strava-mcp = "strava_mcp_server.main:main"