diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-04 22:03:42 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-07 15:20:25 -0400 |
commit | 0b2ffe55f3cd6c5b76444904815816dd11fa520b (patch) | |
tree | 336911e9b202270a6e6a582a1d3707c87c02f654 /dev-db/pgtap | |
parent | dev-db/pgrouting: use HTTPs (diff) | |
download | gentoo-0b2ffe55f3cd6c5b76444904815816dd11fa520b.tar.gz gentoo-0b2ffe55f3cd6c5b76444904815816dd11fa520b.tar.bz2 gentoo-0b2ffe55f3cd6c5b76444904815816dd11fa520b.zip |
dev-db/pgtap: use HTTPs
Diffstat (limited to 'dev-db/pgtap')
-rw-r--r-- | dev-db/pgtap/pgtap-0.98.0.ebuild | 4 |
1 files 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 7f2af4e66364..c741599fa92e 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" |