commit: 0b2ffe55f3cd6c5b76444904815816dd11fa520b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 4 20:03:42 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 19:20:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ffe55
dev-db/pgtap: use HTTPs
dev-db/pgtap/pgtap-0.98.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/pgtap/pgtap-0.98.0.ebuild b/dev-db/pgtap/pgtap-0.98.0.ebuild
index 7f2af4e6636..c741599fa92 100644
--- a/dev-db/pgtap/pgtap-0.98.0.ebuild
+++ b/dev-db/pgtap/pgtap-0.98.0.ebuild
@@ -8,8 +8,8 @@ POSTGRES_COMPAT=( 9.{3..6} 10 )
inherit postgres-multi
DESCRIPTION="Unit testing for PostgreSQL"
-HOMEPAGE="http://pgtap.org/"
-SRC_URI="http://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
+HOMEPAGE="https://pgtap.org/"
+SRC_URI="https://api.pgxn.org/dist/${PN}/${PV}/${P}.zip"
LICENSE="POSTGRESQL"
SLOT="0"