diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypy-exe/pypy-exe-7.3.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy-exe/pypy-exe-7.3.3_p2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild index d1dbbea4e782..b3798107352b 100644 --- a/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild +++ b/dev-python/pypy-exe/pypy-exe-7.3.3.ebuild @@ -8,7 +8,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs MY_P=pypy2.7-v${PV/_/} DESCRIPTION="PyPy executable (build from source)" -HOMEPAGE="https://pypy.org/" +HOMEPAGE="https://www.pypy.org/" SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy-exe/pypy-exe-7.3.3_p2.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.3_p2.ebuild index 20e62ea881b4..b76695a82c8b 100644 --- a/dev-python/pypy-exe/pypy-exe-7.3.3_p2.ebuild +++ b/dev-python/pypy-exe/pypy-exe-7.3.3_p2.ebuild @@ -11,7 +11,7 @@ MY_P=pypy2.7-v${PYPY_PV} PATCHSET="pypy2.7-gentoo-patches-${PV}" DESCRIPTION="PyPy executable (build from source)" -HOMEPAGE="https://pypy.org/" +HOMEPAGE="https://www.pypy.org/" SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz" S="${WORKDIR}/${MY_P}-src" |