Don't install over insecure connection

The git:// protocol is unauthenticated and unencrypted, and no longer advertised by GitHub. Using HTTPS shouldn't impact performance.
This commit is contained in:
Remi Rampin
2016-09-06 12:11:29 -04:00
committed by GitHub
parent 9023052e9c
commit 6154ceda15

View File

@@ -18,7 +18,7 @@ Using PIP via PyPI::
Using PIP via Github::
pip install git+git://github.com/josegonzalez/python-github-backup.git#egg=github-backup
pip install git+https://github.com/josegonzalez/python-github-backup.git#egg=github-backup
Usage
=====