Skip to content

Commit 74e4681

Browse files
authored
Merge pull request #110 from bcoles/patch-1
Use HTTPS
2 parents 6bd4ec4 + cb6d813 commit 74e4681

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
@@ -26,7 +26,7 @@ def dependencies(imported_file):
2626
author="codingo",
2727
version=__version__,
2828
author_email="[email protected]",
29-
url="http://github.com/codingo/VHostScan",
29+
url="https://github.com/codingo/VHostScan",
3030
packages=find_packages(exclude=('tests')),
3131
package_data={'VHostScan': ['*.txt']},
3232
entry_points={

0 commit comments

Comments
 (0)