diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-16 16:49:46 +0200 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-17 01:05:56 +0300 |
commit | 04479b7e73ab9071e416e5f90dbc0a245c02acd6 (patch) | |
tree | eabd7cf023d58e206cb6df43236d04fcbe14470c | |
parent | toolchain.eclass: add IUSE=systemtap to gcc-8 (diff) | |
download | gentoo-04479b7e73ab9071e416e5f90dbc0a245c02acd6.tar.gz gentoo-04479b7e73ab9071e416e5f90dbc0a245c02acd6.tar.bz2 gentoo-04479b7e73ab9071e416e5f90dbc0a245c02acd6.zip |
net-im/psi: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8433
-rw-r--r-- | net-im/psi/psi-1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 83b513540792..ed3aa9cca4b1 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 59adb2304195..6e5d6038e687 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" |