dev-python/txAMQP: Update HOMEPAGE to GitHub
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 07:49:49 +0000 (09:49 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 09:12:27 +0000 (11:12 +0200)
dev-python/txAMQP/metadata.xml
dev-python/txAMQP/txAMQP-0.6.2.ebuild

index a9a1e7dfbfea26b4b4c530873574b479f7923d5b..791f8b34f5defd39ceb807bbd832561cf7d32f1d 100644 (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>
index 0728231988f0c516f461d1ab64306084aac14de5..8feb2695f495ca2c4beff7879ef21d7107150232 100644 (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"