summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-08 19:24:20 +0200
committerJames Le Cuirot <chewi@gentoo.org>2018-04-08 19:37:28 +0100
commit8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2 (patch)
tree326d01a95c9955c807e486226b5bd18ab3784dbf /dev-java/htmlparser
parentdev-java/fontbox: use HTTPS (diff)
downloadgentoo-8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2.tar.gz
gentoo-8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2.tar.bz2
gentoo-8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2.zip
dev-java/htmlparser: use HTTPS
Diffstat (limited to 'dev-java/htmlparser')
-rw-r--r--dev-java/htmlparser/htmlparser-1.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/htmlparser/htmlparser-1.4-r1.ebuild b/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
index f1d565a5e400..5696277b333d 100644
--- a/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
+++ b/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Implementation of the HTML5 parsing algorithm in Java"
-HOMEPAGE="http://about.validator.nu/htmlparser/"
-SRC_URI="http://about.validator.nu/${PN}/${P}.zip"
+HOMEPAGE="https://about.validator.nu/htmlparser/"
+SRC_URI="https://about.validator.nu/${PN}/${P}.zip"
LICENSE="W3C"
SLOT="0"