diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-04 15:54:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-04 15:55:57 +0100 |
commit | c95351fd9a035b50e680262e34acc48410dfa987 (patch) | |
tree | 6a88e92f2a8f736021ae4ce3ae049e7e17b58d69 /dev-python/pypy-exe | |
parent | dev-python/pypy-exe-bin: Update HOMEPAGE (diff) | |
download | gentoo-c95351fd9a035b50e680262e34acc48410dfa987.tar.gz gentoo-c95351fd9a035b50e680262e34acc48410dfa987.tar.bz2 gentoo-c95351fd9a035b50e680262e34acc48410dfa987.zip |
dev-python/pypy-exe: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy-exe')
-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" |