From: Michael Mair-Keimberger Date: Sun, 22 Jul 2018 20:17:58 +0000 (+0200) Subject: net-dialup/lrzsz: use HTTPs. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=528ca2b2bd5a325e7467932dfd23271915012a8f;p=gentoo.git net-dialup/lrzsz: use HTTPs. Closes: https://github.com/gentoo/gentoo/pull/9319 --- diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r3.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r3.ebuild index 0ebc323bda34..8449f89be7ab 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r3.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r3.ebuild @@ -6,8 +6,8 @@ EAPI="2" inherit autotools flag-o-matic eutils toolchain-funcs DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols" -HOMEPAGE="http://www.ohse.de/uwe/software/lrzsz.html" -SRC_URI="http://www.ohse.de/uwe/releases/${P}.tar.gz" +HOMEPAGE="https://www.ohse.de/uwe/software/lrzsz.html" +SRC_URI="https://www.ohse.de/uwe/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"