From ab786b2c5cb39e1741b39f975c7babeb6b5dfd56 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 12 Jul 2026 13:23:31 -0600 Subject: [PATCH] Point project URLs at the freeroute repo, keep upstream link --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e27e59..6bf0c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,9 @@ requires-python = ">=3.10" dependencies = [] [project.urls] -"Source" = "https://github.com/freerouting/freerouting" +"Homepage" = "https://git.supported.systems/warehack.ing/freeroute" +"Repository" = "https://git.supported.systems/warehack.ing/freeroute" +"Upstream" = "https://github.com/freerouting/freerouting" [project.scripts] freeroute = "freeroute.cli:main"