commit: d70b56f409af2b644785636061ebceba8132c296
Author: Michał Kępień <github <AT> kempniu <DOT> pl>
AuthorDate: Fri Nov 18 21:52:25 2016 +0000
Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:33:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b56f4
Update dead link, use HTTPS
net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
index 5521258..322add7 100644
--- a/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild
@@ -13,7 +13,7 @@ inherit python-single-r1 user systemd versionator
MY_P="${P/sab/SAB}"
DESCRIPTION="Binary newsgrabber with web-interface"
-HOMEPAGE="http://www.sabnzbd.org/"
+HOMEPAGE="https://sabnzbd.org/"
SRC_URI="https://github.com/sabnzbd/sabnzbd/releases/download/${PV}/${MY_P}-src.tar.gz"
# Sabnzbd is GPL-2 but bundles software with the following licenses.
@@ -124,7 +124,7 @@ pkg_postinst() {
ewarn
ewarn "Upgrading from ${PN}-0.x.y to ${PN}-1.x.y
introduces incompatible changes, see:"
ewarn
- ewarn " http://wiki.sabnzbd.org/introducing-1-0-0"
+ ewarn " https://sabnzbd.org/wiki/introducing-1-0-0"
ewarn
ewarn "In particular, you need to let your queue
complete before restarting SABnzbd+."
break