use HTTPS in URLs where supported (#1741)

This commit is contained in:
Viktor Szakats
2019-09-30 08:33:57 +02:00
committed by Алексей
parent 85ebf7df1d
commit 7f7316ba9b
160 changed files with 189 additions and 189 deletions

View File

@@ -5,7 +5,7 @@ pkgver=1.4.0
pkgrel=1
pkgdesc='Backports of the traceback module'
arch=('any')
url='http://pypi.python.org/pypi/traceback2'
url='https://pypi.python.org/pypi/traceback2'
license=('PSF')
depends=('python2-linecache2' 'python2-six')
makedepends=('python2-setuptools' 'python2-pbr')