From: Michael Mair-Keimberger Date: Mon, 21 Aug 2017 18:31:27 +0000 (+0200) Subject: dev-python/pgasync: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c545561add5c431d375b677b79ae0b65d670a1a9;p=gentoo.git dev-python/pgasync: fix HOMEPAGE --- diff --git a/dev-python/pgasync/pgasync-2.01-r1.ebuild b/dev-python/pgasync/pgasync-2.01-r1.ebuild index feffe12453f6..272afddb3b93 100644 --- a/dev-python/pgasync/pgasync-2.01-r1.ebuild +++ b/dev-python/pgasync/pgasync-2.01-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="An asynchronous API to PostgreSQL for twisted" -HOMEPAGE="http://www.jamwt.com/pgasync/" +HOMEPAGE="https://github.com/jamwt/pgasync" SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz" LICENSE="BSD"