dev-python/pyyaml: use HTTPs

This commit is contained in:
Michael Mair-Keimberger
2018-07-08 11:47:36 +02:00
committed by Michał Górny
parent 474b80ff2e
commit 1df85fc8bc

View File

@@ -10,8 +10,8 @@ inherit distutils-r1
MY_P="PyYAML-${PV}"
DESCRIPTION="YAML parser and emitter for Python"
HOMEPAGE="http://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/"
SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
HOMEPAGE="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/"
SRC_URI="https://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"