dev-python/txAMQP: Update HOMEPAGE to GitHub

This commit is contained in:
Michał Górny
2017-05-22 09:49:49 +02:00
parent 009b8b5734
commit 684450fc66
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">txAMQP</remote-id>
<remote-id type="launchpad">txamqp</remote-id>
<remote-id type="github">txamqp/txamqp</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python library for communicating with AMQP peers using Twisted"
HOMEPAGE="https://launchpad.net/txamqp"
HOMEPAGE="https://github.com/txamqp/txamqp"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"