From b36262ca13bbaf63e1598e2f436cf60d32a394fd Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 8 May 2024 04:06:31 -0400 Subject: [PATCH] Link to maint. git prof --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bfb1cd47..1f83e28cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,10 +16,10 @@ authors = [ { name = "Sherlock Project" } ] maintainers = [ - { name = "Siddharth Dushantha" }, - { name = "Matheus Felipe" }, - { name = "Sondreal" }, - { name = "Paul Pfeister" } + { name = "Siddharth Dushantha :: https://github.com/sdushantha" }, + { name = "Matheus Felipe :: https://github.com/matheusfelipeog" }, + { name = "Sondreal :: https://github.com/sondreal" }, + { name = "Paul Pfeister :: https://github.com/ppfeister" } ] description = "Hunt down social media accounts by username across social networks" readme = "README.md"