Fix URL in pyproject.toml

This commit is contained in:
Charlie Marsh 2023-01-04 19:23:40 -05:00
parent 5cb162bd7b
commit c91c435dc9

View file

@ -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"