dev-python/python-ptrace: fix HOMEPAGE
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 7 Aug 2017 09:36:46 +0000 (11:36 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 13 Aug 2017 11:23:09 +0000 (13:23 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5330

dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild

index fd195ff5cb589026b84d08db5bf77bccb66a5995..80a8f01dad6eba36b317b31958392b7d989e8ba0 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A debugger using ptrace (Linux, BSD and Darwin system call to trace processes)"
-HOMEPAGE="https://bitbucket.org/haypo/python-ptrace/ https://pypi.python.org/pypi/python-ptrace"
+HOMEPAGE="https://github.com/haypo/python-ptrace/ https://pypi.python.org/pypi/python-ptrace"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"