diff options
author | Michał Kępień <github@kempniu.pl> | 2016-11-18 22:52:25 +0100 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2016-11-19 11:33:12 -0500 |
commit | d70b56f409af2b644785636061ebceba8132c296 (patch) | |
tree | e1f2351967f88a4e1f250f94a7fc13bfbd0888f2 /net-nntp | |
parent | Use GitHub instead of SourceForge (diff) | |
download | gentoo-d70b56f409af2b644785636061ebceba8132c296.tar.gz gentoo-d70b56f409af2b644785636061ebceba8132c296.tar.bz2 gentoo-d70b56f409af2b644785636061ebceba8132c296.zip |
Update dead link, use HTTPS
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-1.1.1.ebuild | 4 |
1 files 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 552125874f08..322add75b054 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 |