From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-java/jopt-simple/jopt-simple-4.4.ebuild | 2 +- dev-java/jopt-simple/jopt-simple-4.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/jopt-simple') diff --git a/dev-java/jopt-simple/jopt-simple-4.4.ebuild b/dev-java/jopt-simple/jopt-simple-4.4.ebuild index a2e98f82b18d..a34e2259c515 100644 --- a/dev-java/jopt-simple/jopt-simple-4.4.ebuild +++ b/dev-java/jopt-simple/jopt-simple-4.4.ebuild @@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source" inherit vcs-snapshot java-pkg-2 java-pkg-simple DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="http://pholser.github.com/jopt-simple/" +HOMEPAGE="https://pholser.github.com/jopt-simple/" SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-java/jopt-simple/jopt-simple-4.5.ebuild b/dev-java/jopt-simple/jopt-simple-4.5.ebuild index efa14aa8dedd..6d5dc1e054ba 100644 --- a/dev-java/jopt-simple/jopt-simple-4.5.ebuild +++ b/dev-java/jopt-simple/jopt-simple-4.5.ebuild @@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source" inherit vcs-snapshot java-pkg-2 java-pkg-simple DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="http://pholser.github.com/jopt-simple/" +HOMEPAGE="https://pholser.github.com/jopt-simple/" SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="MIT" -- cgit v1.2.3-65-gdbad