Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pgasync/
Date: Sun, 03 Sep 2017 01:04:34
Message-Id: 1504400611.c545561add5c431d375b677b79ae0b65d670a1a9.floppym@gentoo
1 commit: c545561add5c431d375b677b79ae0b65d670a1a9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 21 18:31:27 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 01:03:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c545561a
7
8 dev-python/pgasync: fix HOMEPAGE
9
10 dev-python/pgasync/pgasync-2.01-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pgasync/pgasync-2.01-r1.ebuild b/dev-python/pgasync/pgasync-2.01-r1.ebuild
14 index feffe12453f..272afddb3b9 100644
15 --- a/dev-python/pgasync/pgasync-2.01-r1.ebuild
16 +++ b/dev-python/pgasync/pgasync-2.01-r1.ebuild
17 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
18 inherit distutils-r1
19
20 DESCRIPTION="An asynchronous API to PostgreSQL for twisted"
21 -HOMEPAGE="http://www.jamwt.com/pgasync/"
22 +HOMEPAGE="https://github.com/jamwt/pgasync"
23 SRC_URI="http://www.jamwt.com/pgasync/files/${P}.tar.gz"
24
25 LICENSE="BSD"