mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-26 09:18:23 -07:00
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -9,8 +9,8 @@ JAVA_PKG_IUSE="source doc"
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A small Java library with one purpose: To instantiate a new object of a class"
|
||||
HOMEPAGE="http://${PN}.googlecode.com/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}-bin.zip"
|
||||
HOMEPAGE="https://${PN}.googlecode.com/"
|
||||
SRC_URI="https://${PN}.googlecode.com/files/${P}-bin.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user