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 B67011382C5 for ; Wed, 16 May 2018 22:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CB6E0968; Wed, 16 May 2018 22:06:05 +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 5C997E0968 for ; Wed, 16 May 2018 22:06:05 +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 2C541335C2E for ; Wed, 16 May 2018 22:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B83B29B for ; Wed, 16 May 2018 22:06:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1526508356.04479b7e73ab9071e416e5f90dbc0a245c02acd6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-1.3-r1.ebuild net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 04479b7e73ab9071e416e5f90dbc0a245c02acd6 X-VCS-Branch: master Date: Wed, 16 May 2018 22:06:02 +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: ca2a2075-51ac-4628-bd70-65596e88d58c X-Archives-Hash: 91000bf25518cb4d968f77d044319297 commit: 04479b7e73ab9071e416e5f90dbc0a245c02acd6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed May 16 14:49:46 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 16 22:05:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04479b7e net-im/psi: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8433 net-im/psi/psi-1.3-r1.ebuild | 2 +- net-im/psi/psi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/psi/psi-1.3-r1.ebuild b/net-im/psi/psi-1.3-r1.ebuild index 83b51354079..ed3aa9cca4b 100644 --- a/net-im/psi/psi-1.3-r1.ebuild +++ b/net-im/psi/psi-1.3-r1.ebuild @@ -9,7 +9,7 @@ PLOCALE_BACKUP="en" inherit l10n qmake-utils xdg-utils DESCRIPTION="Qt XMPP client" -HOMEPAGE="http://psi-im.org/" +HOMEPAGE="https://psi-im.org" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz https://github.com/psi-im/psi-l10n/archive/${PV}.tar.gz -> psi-l10n-${PV}.tar.gz" diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 59adb230419..6e5d6038e68 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -9,7 +9,7 @@ PLOCALE_BACKUP="en" inherit l10n git-r3 qmake-utils gnome2-utils xdg-utils DESCRIPTION="Qt XMPP client" -HOMEPAGE="http://psi-im.org/" +HOMEPAGE="https://psi-im.org" PSI_URI="https://github.com/psi-im" PSI_PLUS_URI="https://github.com/psi-plus"