From 936b5a97feb229f08c11576a83d5a38e99524179 Mon Sep 17 00:00:00 2001 From: Dylan Mobley Date: Sat, 6 Jun 2026 21:44:09 -0700 Subject: [PATCH] Update project URLs to heart-ai-foundation/trace Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69a03ff..3b2fe3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/empathyethicist/trace" -Repository = "https://github.com/empathyethicist/trace" -Issues = "https://github.com/empathyethicist/trace/issues" +Homepage = "https://github.com/heart-ai-foundation/trace" +Repository = "https://github.com/heart-ai-foundation/trace" +Issues = "https://github.com/heart-ai-foundation/trace/issues" [project.scripts] trace = "trace_forensics.cli:run_cli"