From c91c435dc94d3ed014a38e582319c545759cb4f5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 4 Jan 2023 19:23:40 -0500 Subject: [PATCH] Fix URL in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15fd7245b7..13724cabc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", ] -urls = { repository = "https://github.com/charliermarsh/ruff-lsp" } +urls = { repository = "https://github.com/charliermarsh/ruff" } [tool.maturin] bindings = "bin"