Skip to content

Commit

Permalink
Fix url typo in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Riedemann <[email protected]>
  • Loading branch information
mriedem authored Jul 16, 2024
1 parent cb803c6 commit a0c5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'Check out detect-secrets on `GitHub ' +
'<https://github.com/IBM/detect-secrets>`_!'
),
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',
Expand Down

0 comments on commit a0c5abc

Please sign in to comment.