From 33bbb4e720a92e496fcf46f900476c75f2339123 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 18 May 2024 00:35:24 -0400 Subject: [PATCH] Fix pyproject URLs Co-authored-by: Matheus Felipe --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04844ac..3b396b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ classifiers = [ "Programming Language :: Python :: 3", "Topic :: Security" ] -homepage = "http://sherlock-project.github.io/" -repository = "https://github.com/sherlock-project/sherlock.git" +homepage = "https://sherlock-project.github.io/" +repository = "https://github.com/sherlock-project/sherlock" [tool.poetry.urls]