From 8d337c621c090cc5dcfab3c64e91170aac207985 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 01:52:26 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8d9f8f..354b5fc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( description="Advanced Github OSINT Framework", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/rly0nheart/octosuite", + url="https://github.com/bellingcat/octosuite", license="GNU General Public License v3 (GPLv3)", install_requires=["requests", "rich", "psutil"], classifiers=[