From b6f35d2661c850cb466a6932ad81c314e29caabc Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sat, 27 Oct 2018 18:24:00 -0400 Subject: [PATCH] Use https scheme for download_url in setup.py Signed-off-by: Peter Grayson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 737b6f7..2eb7d16 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( author='Catalin Marinas', author_email='catalin.marinas@gmail.com', url='http://www.procode.org/stgit/', - download_url='http://repo.or.cz/stgit.git', + download_url='https://repo.or.cz/stgit.git', description='Stacked GIT', long_description='Push/pop utility on top of GIT', scripts=['stg'], -- 2.11.4.GIT