diff options
Diffstat (limited to 'dev-python/greenstalk/greenstalk-1.0.1.ebuild')
-rw-r--r-- | dev-python/greenstalk/greenstalk-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild b/dev-python/greenstalk/greenstalk-1.0.1.ebuild index 411e09a24d64..5893528dd00a 100644 --- a/dev-python/greenstalk/greenstalk-1.0.1.ebuild +++ b/dev-python/greenstalk/greenstalk-1.0.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="A Python 3 client for the beanstalkd work queue" -HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/mayhewj/greenstalk" -SRC_URI="https://github.com/mayhewj/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://greenstalk.readthedocs.io/ https://github.com/justinmayhew/greenstalk" +SRC_URI="https://github.com/justinmayhew/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |