mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user