commit: ddce243ff86084fa3735cb5f3a6a9c4999b9faec Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sat Feb 3 13:33:49 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Feb 3 13:58:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddce243f
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(-) diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild index 8ae2e0ecdee..55a7a9cbfe1 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
