From 1db704222ce12d2b2a5795a983841b0ae5c05511 Mon Sep 17 00:00:00 2001 From: perseus <51974392+tcconnally@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:54:06 +0000 Subject: [PATCH] fix: update MCTS reference to Perseus-Computing-LLC org --- src/mcts/ui/alternate_formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcts/ui/alternate_formats.py b/src/mcts/ui/alternate_formats.py index e8afdef..ea6d024 100644 --- a/src/mcts/ui/alternate_formats.py +++ b/src/mcts/ui/alternate_formats.py @@ -126,7 +126,7 @@ def _render_github(report: ScanReport, findings: list[Finding], console: Console lines.append("") lines.append("---") lines.append( - "*Scan by [MCTS](https://github.com/tcconnally/MCTS). " + "*Scan by [MCTS](https://github.com/Perseus-Computing-LLC/MCTS). " "Run `mcts scan . --terminal-format github` for this output.*" )