From f412010b67f99f7b32f368c578cbbe3e8882f274 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 13 Jun 2020 10:34:27 +0200 Subject: [PATCH] dev-python/betamax: update HOMEPAGE Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- dev-python/betamax/betamax-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/betamax/betamax-0.8.1.ebuild b/dev-python/betamax/betamax-0.8.1.ebuild index bf2c16108500c..93bbed43e931a 100644 --- a/dev-python/betamax/betamax-0.8.1.ebuild +++ b/dev-python/betamax/betamax-0.8.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 DESCRIPTION="python-requests HTTP exchanges recorder" -HOMEPAGE="https://github.com/sigmavirus24/betamax" +HOMEPAGE="https://github.com/betamaxpy/betamax" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"