From ddce243ff86084fa3735cb5f3a6a9c4999b9faec Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sat, 3 Feb 2018 14:33:49 +0100 Subject: net-p2p/qbittorrent: use HTTPS for HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7031 --- net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild index 8ae2e0ecdeef..55a7a9cbfe1b 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="BitTorrent client in C++ and Qt" -HOMEPAGE="http://www.qbittorrent.org/" +HOMEPAGE="https://www.qbittorrent.org/" if [[ ${PV} == *9999 ]]; then inherit git-r3 -- cgit v1.2.3-65-gdbad