From a0c5abc0359ce6f40227a838847d817dde1c5b65 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 16 Jul 2024 16:24:22 -0500 Subject: [PATCH] Fix url typo in setup.py Signed-off-by: Matt Riedemann --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20648bedd..8f16721b0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Check out detect-secrets on `GitHub ' + '`_!' ), - url='hhttps://github.com/IBM/detect-secrets', + url='https://github.com/IBM/detect-secrets', keywords=['secret-management', 'pre-commit', 'security', 'entropy-checks'], install_requires=[ 'pyyaml',