diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-19 09:50:01 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-19 20:14:18 -0400 |
commit | 4325546cb0204a0345f682e4e9bd3a643dafd4b6 (patch) | |
tree | 2169d5f5835a6c7e714461b04353d636a9378446 /net-p2p/deluge | |
parent | net-im/corebird: use HTTPS (diff) | |
download | gentoo-4325546cb0204a0345f682e4e9bd3a643dafd4b6.tar.gz gentoo-4325546cb0204a0345f682e4e9bd3a643dafd4b6.tar.bz2 gentoo-4325546cb0204a0345f682e4e9bd3a643dafd4b6.zip |
net-p2p/deluge: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8478
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-1.3.15-r2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-1.3.9999.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/deluge/deluge-1.3.15-r2.ebuild b/net-p2p/deluge/deluge-1.3.15-r2.ebuild index ab375feed8a3..f49c58d5c41a 100644 --- a/net-p2p/deluge/deluge-1.3.15-r2.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r2.ebuild @@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et eu inherit distutils-r1 eutils systemd user l10n DESCRIPTION="BitTorrent client with a client/server model" -HOMEPAGE="http://deluge-torrent.org/" +HOMEPAGE="https://deluge-torrent.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -138,6 +138,6 @@ pkg_postinst() { elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf" elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf" elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" + elog "For more information look at https://dev.deluge-torrent.org/wiki/Faq" elog } diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild b/net-p2p/deluge/deluge-1.3.9999.ebuild index 4c516d7de28d..a32833a4f9f9 100644 --- a/net-p2p/deluge/deluge-1.3.9999.ebuild +++ b/net-p2p/deluge/deluge-1.3.9999.ebuild @@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et eu inherit distutils-r1 eutils systemd user l10n DESCRIPTION="BitTorrent client with a client/server model" -HOMEPAGE="http://deluge-torrent.org/" +HOMEPAGE="https://deluge-torrent.org/" if [[ ${PV} == 1.3.9999 ]]; then inherit git-r3 @@ -138,6 +138,6 @@ pkg_postinst() { elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf" elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf" elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" + elog "For more information look at https://dev.deluge-torrent.org/wiki/Faq" elog } diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index af4e8728bc14..7d98de7bce8b 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -9,7 +9,7 @@ PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et eu inherit distutils-r1 eutils systemd user l10n DESCRIPTION="BitTorrent client with a client/server model" -HOMEPAGE="http://deluge-torrent.org/" +HOMEPAGE="https://deluge-torrent.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -134,6 +134,6 @@ pkg_postinst() { elog "happens in /etc/systemd/system/deluged.service.d/00gentoo.conf" elog "and /etc/systemd/system/deluge-web.service.d/00gentoo.conf" elog - elog "For more information look at http://dev.deluge-torrent.org/wiki/Faq" + elog "For more information look at https://dev.deluge-torrent.org/wiki/Faq" elog } |