From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DE0A138334 for ; Thu, 7 Jun 2018 19:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D5FE0B5E; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5609BE0B4B for ; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB6D6335CCC for ; Thu, 7 Jun 2018 19:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2DC42CC for ; Thu, 7 Jun 2018 19:22:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528399225.0b2ffe55f3cd6c5b76444904815816dd11fa520b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgtap/pgtap-0.98.0.ebuild X-VCS-Directories: dev-db/pgtap/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0b2ffe55f3cd6c5b76444904815816dd11fa520b X-VCS-Branch: master Date: Thu, 7 Jun 2018 19:22:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1517bb5-334b-43bd-9375-cdcf47481094 X-Archives-Hash: 31ecbcaf6f3d6c39169373d94b3a246f commit: 0b2ffe55f3cd6c5b76444904815816dd11fa520b Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 4 20:03:42 2018 +0000 Commit: Aaron Bauman gentoo 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"