diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-21 20:31:27 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:31 -0400 |
commit | c545561add5c431d375b677b79ae0b65d670a1a9 (patch) | |
tree | 199fb4a287254a36af584e3da72508b13c23fc2c /dev-python/pgasync | |
parent | dev-python/Coffin: fix HOMEPAGE (diff) | |
download | gentoo-c545561add5c431d375b677b79ae0b65d670a1a9.tar.gz gentoo-c545561add5c431d375b677b79ae0b65d670a1a9.tar.bz2 gentoo-c545561add5c431d375b677b79ae0b65d670a1a9.zip |
dev-python/pgasync: fix HOMEPAGE
Diffstat (limited to 'dev-python/pgasync')
-rw-r--r-- | dev-python/pgasync/pgasync-2.01-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |