From 3c9f7a5ef03ac6260921f125053a8ccfd799aac4 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Thu, 2 May 2019 20:48:16 -0400 Subject: net-irc/quassel: use HTTPS Reported-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- net-irc/quassel/quassel-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-irc/quassel/quassel-9999.ebuild') diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index e80faf93513f..ced820424d5c 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils gnome2-utils pax-utils systemd user if [[ ${PV} != *9999* ]]; then MY_P=${PN}-${PV/_/-} - SRC_URI="http://quassel-irc.org/pub/${MY_P}.tar.bz2" + SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~sparc-solaris" S="${WORKDIR}/${MY_P}" else @@ -16,7 +16,7 @@ else fi DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" -HOMEPAGE="http://quassel-irc.org/" +HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server -- cgit v1.2.3-65-gdbad