From 5fdc6adbe259d242a72b0b086b9e8f2e164dde1a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 24 Jun 2018 16:46:46 +0200 Subject: [PATCH] app-text/htmlrecode: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9021 --- app-text/htmlrecode/htmlrecode-1.3.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild index 62baa2ad62e0..1174c57d9c79 100644 --- a/app-text/htmlrecode/htmlrecode-1.3.1.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="Recodes HTML file using a new character set" -HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html" -SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" +HOMEPAGE="https://bisqwit.iki.fi/source/htmlrecode.html" +SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" -- 2.26.2