diff options
author | 2018-03-17 09:56:47 +0100 | |
---|---|---|
committer | 2018-03-17 11:51:01 +0100 | |
commit | cbed549455af875cc7cee9ecb00aa0ff5275aa86 (patch) | |
tree | e9c7e72d993a805e52d30031843a7f846a497ac9 /dev-python/pylint/pylint-1.7.5.ebuild | |
parent | dev-python/pylibacl: use HTTPS (diff) | |
download | gentoo-cbed549455af875cc7cee9ecb00aa0ff5275aa86.tar.gz gentoo-cbed549455af875cc7cee9ecb00aa0ff5275aa86.tar.bz2 gentoo-cbed549455af875cc7cee9ecb00aa0ff5275aa86.zip |
dev-python/pylint: use HTTPS
Diffstat (limited to 'dev-python/pylint/pylint-1.7.5.ebuild')
-rw-r--r-- | dev-python/pylint/pylint-1.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-1.7.5.ebuild b/dev-python/pylint/pylint-1.7.5.ebuild index 3bf9b99e1a37..b2c53f122a4d 100644 --- a/dev-python/pylint/pylint-1.7.5.ebuild +++ b/dev-python/pylint/pylint-1.7.5.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" -HOMEPAGE="http://www.logilab.org/project/pylint +HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |