dev-java/jsoup: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 17:34:51 +0000 (19:34 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 8 Apr 2018 18:37:30 +0000 (19:37 +0100)
dev-java/jsoup/jsoup-1.8.3.ebuild

index 27ee194c559b4cee957ba342721a6750d36d68ba..103a8ed904c7d541a6ecc4857ffef4dd5c89095c 100644 (file)
@@ -11,7 +11,7 @@ MY_PV="${PV}a"
 MY_P="${PN}-${PN}-${MY_PV}"
 
 DESCRIPTION="Java HTML parser that makes sense of real-world HTML soup"
-HOMEPAGE="http://jsoup.org/"
+HOMEPAGE="https://jsoup.org/"
 SRC_URI="https://github.com/jhy/${PN}/archive/${PN}-${MY_PV}.zip"
 
 LICENSE="MIT"