diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-21 16:39:59 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 16:06:17 -0400 |
commit | 6f9203768a174315e630c78fbaf5b230c0ca230c (patch) | |
tree | d08e383caae2265ff1d57a44aaa6a95cf1c7f257 /dev-python/pygresql | |
parent | dev-python/psycopg: update HOMEPAGE (diff) | |
download | gentoo-6f9203768a174315e630c78fbaf5b230c0ca230c.tar.gz gentoo-6f9203768a174315e630c78fbaf5b230c0ca230c.tar.bz2 gentoo-6f9203768a174315e630c78fbaf5b230c0ca230c.zip |
dev-python/pygresql: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/pygresql')
-rw-r--r-- | dev-python/pygresql/pygresql-5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygresql/pygresql-5.1.ebuild b/dev-python/pygresql/pygresql-5.1.ebuild index 36e8b55fb190..dc7d664eb533 100644 --- a/dev-python/pygresql/pygresql-5.1.ebuild +++ b/dev-python/pygresql/pygresql-5.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 postgres MY_P="PyGreSQL-${PV}" DESCRIPTION="A Python interface for the PostgreSQL database" -HOMEPAGE="http://www.pygresql.org/" +HOMEPAGE="https://pygresql.org/" SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" LICENSE="POSTGRESQL" |