From 134f5b45d726e5e30107faed5cc2e38be38c947a Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 19 Dec 2024 00:46:43 -0700 Subject: [PATCH] fix homepage url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f454e9e..c7d6502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ dynamic = ["version"] [project.urls] -homepage = "https://git.brendanhaines.com/brendanhaines/charon" +homepage = "https://git.brendanhaines.com/brendanhaines/charon_vna" [project.scripts] charon-cli = "charon_vna.cli:main"