Skip to content

Commit 73174cf

Browse files
authored
Use HTTPS
1 parent e32fc73 commit 73174cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def dependencies(imported_file):
2121
author="codingo",
2222
version=__version__,
2323
author_email="[email protected]",
24-
url="http://github.com/codingo/Reconnoitre",
24+
url="https://github.com/codingo/Reconnoitre",
2525
packages=find_packages(exclude=('tests')),
2626
package_data={'Reconnoitre': ['*.txt']},
2727
entry_points={

0 commit comments

Comments
 (0)