From cdfa53c9da756c0b626f3e30896f3b10f09924ca Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 11 Jun 2025 17:37:50 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f064a08..9427ad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ description = "A comprehensive Model Context Protocol (MCP) server for managing readme = "README.md" license = {text = "MIT"} authors = [ - {name = "Claude AI Assistant", email = "claude@anthropic.com"} + {name = "Ryan Malloy", email = "ryan@supported.systems"} ] maintainers = [ - {name = "Claude AI Assistant", email = "claude@anthropic.com"} + {name = "Ryan Malloy", email = "ryan@supported.systems"} ] keywords = [ "vultr", @@ -74,11 +74,11 @@ test = [ ] [project.urls] -Homepage = "https://github.com/vultr/vultr-dns-mcp" +Homepage = "https://github.com/rsp2k/vultr-dns-mcp" Documentation = "https://vultr-dns-mcp.readthedocs.io/" -Repository = "https://github.com/vultr/vultr-dns-mcp.git" -"Bug Tracker" = "https://github.com/vultr/vultr-dns-mcp/issues" -Changelog = "https://github.com/vultr/vultr-dns-mcp/blob/main/CHANGELOG.md" +Repository = "https://github.com/rsp2k/vultr-dns-mcp.git" +"Bug Tracker" = "https://github.com/rsp2k/vultr-dns-mcp/issues" +Changelog = "https://github.com/rsp2k/vultr-dns-mcp/blob/main/CHANGELOG.md" [project.scripts] vultr-dns-mcp = "vultr_dns_mcp.cli:main"