From 7eeb8c470b80d69c81e81525f76339dea8771191 Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Fri, 3 Apr 2026 12:11:05 +0200 Subject: [PATCH] fix: new base_urls --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38ac53a..d483fdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://nomyo.ai" -Documentation = "https://github.com/nomyo-ai/nomyo/doc" -Repository = "https://github.com/nomyo-ai/nomyo" -Issues = "https://github.com/nomyo-ai/nomyo/issues" +Homepage = "https://www.nomyo.ai" +Documentation = "https://bitfreedom.net/code/nomyo-ai/nomyo/src/branch/main/doc" +Repository = "https://bitfreedom.net/code/nomyo-ai/nomyo" +Issues = "https://bitfreedom.net/code/nomyo-ai/nomyo/issues" [tool.hatch.build.targets.wheel] packages = ["nomyo"]