From b1bc1ab7df4a2e41e82797184a36b2ba97afe266 Mon Sep 17 00:00:00 2001 From: CircuitSacul Date: Sat, 8 Jul 2023 14:18:43 -0400 Subject: [PATCH] Fix project url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6778b34..cba4615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [project.urls] -repository = "github.com/circuitsacul/regex-rs" +repository = "https://github.com/circuitsacul/regex-rs" [tool.maturin] features = ["pyo3/extension-module"]