diff options
Diffstat (limited to 'dev-python/cvxopt')
-rw-r--r-- | dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild index c4670120832c..df93cd110d8f 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" |