From ce8ccc175e46984eae2458ddbfa2a1389eee41f3 Mon Sep 17 00:00:00 2001 From: Jiri Puc Date: Fri, 29 May 2026 09:59:56 +0200 Subject: [PATCH] fix project urls --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1669a23..eede9c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,10 +48,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/writeitai/orchestra" -Repository = "https://github.com/writeitai/orchestra" -Issues = "https://github.com/writeitai/orchestra/issues" -Changelog = "https://github.com/writeitai/orchestra/releases" +Homepage = "https://github.com/writeitai/loopy-loop" +Repository = "https://github.com/writeitai/loopy-loop" +Issues = "https://github.com/writeitai/loopy-loop/issues" +Changelog = "https://github.com/writeitai/loopy-loop/releases" [project.scripts] loopy = "loopy_loop.cli:main"