Skip to content

Commit b6f35d2

Browse files
committed
Use https scheme for download_url in setup.py
Signed-off-by: Peter Grayson <[email protected]>
1 parent 63781f2 commit b6f35d2

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
@@ -77,7 +77,7 @@ def __check_git_version():
7777
author='Catalin Marinas',
7878
author_email='[email protected]',
7979
url='http://www.procode.org/stgit/',
80-
download_url='http://repo.or.cz/stgit.git',
80+
download_url='https://repo.or.cz/stgit.git',
8181
description='Stacked GIT',
8282
long_description='Push/pop utility on top of GIT',
8383
scripts=['stg'],

0 commit comments

Comments
 (0)