app-text/htmlrecode: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 24 Jun 2018 14:46:46 +0000 (16:46 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Jul 2018 21:47:54 +0000 (23:47 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9021

app-text/htmlrecode/htmlrecode-1.3.1.ebuild

index 62baa2ad62e0e0a28b2f65af3bb1661f0584b67b..1174c57d9c79706d9522f2958659958be2e3aaf7 100644 (file)
@@ -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"