diff --git a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild index c4670120832c1..df93cd110d8f0 100644 --- a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild +++ b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 toolchain-funcs DESCRIPTION="Python package for convex optimization" -HOMEPAGE="http://cvxopt.org/ https://github.com/cvxopt/cvxopt" +HOMEPAGE="https://cvxopt.org/ https://github.com/cvxopt/cvxopt" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"