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 717BB138334 for ; Thu, 7 Jun 2018 19:22:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F4BE0B4B; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 50C0CE0B40 for ; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 522D7335CD2 for ; Thu, 7 Jun 2018 19:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD572CF 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: <1528399226.df183b8615425cb416e875b1f5c0e4b0ca23b085.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild dev-db/pgadmin4/pgadmin4-2.1.ebuild dev-db/pgadmin4/pgadmin4-3.0.ebuild X-VCS-Directories: dev-db/pgadmin4/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: df183b8615425cb416e875b1f5c0e4b0ca23b085 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: a245cf92-3e64-4100-bbe4-5910883f018a X-Archives-Hash: d8af8461f69455ebac6faf562794f942 commit: df183b8615425cb416e875b1f5c0e4b0ca23b085 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 4 20:05:34 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 7 19:20:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df183b86 dev-db/pgadmin4: use HTTPs dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild | 2 +- dev-db/pgadmin4/pgadmin4-2.1.ebuild | 2 +- dev-db/pgadmin4/pgadmin4-3.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild b/dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild index 33fd96d382d..f06a6e951ff 100644 --- a/dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild +++ b/dev-db/pgadmin4/pgadmin4-2.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" +HOMEPAGE="https://www.pgadmin.org/" SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL" diff --git a/dev-db/pgadmin4/pgadmin4-2.1.ebuild b/dev-db/pgadmin4/pgadmin4-2.1.ebuild index 6f381680483..2170883f8a2 100644 --- a/dev-db/pgadmin4/pgadmin4-2.1.ebuild +++ b/dev-db/pgadmin4/pgadmin4-2.1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" +HOMEPAGE="https://www.pgadmin.org/" SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL" diff --git a/dev-db/pgadmin4/pgadmin4-3.0.ebuild b/dev-db/pgadmin4/pgadmin4-3.0.ebuild index 6b633695be9..b2c30c39216 100644 --- a/dev-db/pgadmin4/pgadmin4-3.0.ebuild +++ b/dev-db/pgadmin4/pgadmin4-3.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils DESCRIPTION="GUI administration and development platform for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" +HOMEPAGE="https://www.pgadmin.org/" SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz" LICENSE="POSTGRESQL"