Merge pull request #60010 from JohnAZoidberg/https-urls

HTTPS urls
This commit is contained in:
markuskowa
2019-04-22 23:37:07 +02:00
committed by GitHub
219 changed files with 271 additions and 272 deletions
@@ -1,7 +1,7 @@
--- tarsnapper-0.4-src.org/setup.py 1980-01-02 00:00:00.000000000 +0000
+++ tarsnapper-0.4-src/setup.py 2017-07-16 10:54:36.596499451 +0100
@@ -45,6 +45,6 @@
url='http://github.com/miracle2k/tarsnapper',
url='https://github.com/miracle2k/tarsnapper',
license='BSD',
packages=['tarsnapper'],
- install_requires = ['argparse>=1.1', 'pyyaml>=3.09', 'python-dateutil>=2.4.0', 'pexpect>=3.1'],