diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 11:56:26 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-07 14:17:14 +0200 |
commit | 62f273bf48e485f184ee086ba3ab669d415f9dc7 (patch) | |
tree | ac1a11890694cc10c06695e3e361a233da36a4f7 /dev-python | |
parent | sys-cluster/kube-proxy: Initial version (diff) | |
download | gentoo-62f273bf48e485f184ee086ba3ab669d415f9dc7.tar.gz gentoo-62f273bf48e485f184ee086ba3ab669d415f9dc7.tar.bz2 gentoo-62f273bf48e485f184ee086ba3ab669d415f9dc7.zip |
dev-python/vertex: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/5328
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/vertex/vertex-0.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/vertex/vertex-0.3.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild index 2e1ae9c0e068..d28c67053d4e 100644 --- a/dev-python/vertex/vertex-0.3.0-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex" +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild index 066292c65488..2e568be706c7 100644 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex" +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="~amd64 ~x86" |