dev-java/htmlparser: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 17:24:20 +0000 (19:24 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 8 Apr 2018 18:37:28 +0000 (19:37 +0100)
dev-java/htmlparser/htmlparser-1.4-r1.ebuild

index f1d565a5e4003a6fe2a1aa92f5151197605180b7..5696277b333dc6c7d14c4e9f3c537032d9f9ec43 100644 (file)
@@ -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"