summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/deluge/deluge-1.3.9999.ebuild')
-rw-r--r--net-p2p/deluge/deluge-1.3.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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
}