diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-13 10:34:27 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:33:39 -0400 |
commit | f412010b67f99f7b32f368c578cbbe3e8882f274 (patch) | |
tree | e0dd55ed0b74b2ad17cec6e7cf92a8cab69d02f8 /dev-python/betamax | |
parent | dev-python/attrs: update HOMEPAGE (diff) | |
download | gentoo-f412010b67f99f7b32f368c578cbbe3e8882f274.tar.gz gentoo-f412010b67f99f7b32f368c578cbbe3e8882f274.tar.bz2 gentoo-f412010b67f99f7b32f368c578cbbe3e8882f274.zip |
dev-python/betamax: update HOMEPAGE
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/betamax')
-rw-r--r-- | dev-python/betamax/betamax-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax/betamax-0.8.1.ebuild b/dev-python/betamax/betamax-0.8.1.ebuild index bf2c16108500..93bbed43e931 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" |