commit: c545561add5c431d375b677b79ae0b65d670a1a9 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Aug 21 18:31:27 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 01:03:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c545561a
dev-python/pgasync: fix HOMEPAGE dev-python/pgasync/pgasync-2.01-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pgasync/pgasync-2.01-r1.ebuild b/dev-python/pgasync/pgasync-2.01-r1.ebuild index feffe12453f..272afddb3b9 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"
