From 6154ceda1557af5282ca8f26661f0cf1c6bf64a1 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 6 Sep 2016 12:11:29 -0400 Subject: [PATCH] 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da86577..8f05642 100644 --- a/README.rst +++ b/README.rst @@ -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 =====