diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-24 16:46:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-06 23:47:54 +0200 |
commit | 5fdc6adbe259d242a72b0b086b9e8f2e164dde1a (patch) | |
tree | 7a586a78fff359e617e0e5e34f3d5f09177613ff /app-text/htmlrecode | |
parent | net-misc/snarf: EAPI7, improve ebuild (diff) | |
download | gentoo-5fdc6adbe259d242a72b0b086b9e8f2e164dde1a.tar.gz gentoo-5fdc6adbe259d242a72b0b086b9e8f2e164dde1a.tar.bz2 gentoo-5fdc6adbe259d242a72b0b086b9e8f2e164dde1a.zip |
app-text/htmlrecode: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9021
Diffstat (limited to 'app-text/htmlrecode')
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.3.1.ebuild | 6 |
1 files 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" |