diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-02-03 14:33:49 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-02-04 00:58:52 +1100 |
commit | ddce243ff86084fa3735cb5f3a6a9c4999b9faec (patch) | |
tree | 4f7d7684890fed63f7fb79da80ce4465a404d869 /net-p2p | |
parent | app-office/libreoffice-bin-debug: stabilise 5.4.4.2 for amd64 (diff) | |
download | gentoo-ddce243ff86084fa3735cb5f3a6a9c4999b9faec.tar.gz gentoo-ddce243ff86084fa3735cb5f3a6a9c4999b9faec.tar.bz2 gentoo-ddce243ff86084fa3735cb5f3a6a9c4999b9faec.zip |
net-p2p/qbittorrent: use HTTPS for HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/7031
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.3.10.ebuild | 4 |
1 files 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 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 |