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:
Justin Lecher
2015-08-24 12:47:45 +02:00
parent f49e098397
commit eaaface92e
20304 changed files with 20907 additions and 20907 deletions

View File

@@ -10,8 +10,8 @@ JAVA_PKG_IUSE="source" # doc
inherit java-pkg-2 java-ant-2 unpacker
DESCRIPTION="Java Solution for Real-Time and Embedded Systems"
SRC_URI="http://dev.gentoo.org/~tomwij/files/dist/${P}.tar.xz
http://dev.gentoo.org/~tomwij/files/dist/${P}-build.xml.tar.xz"
SRC_URI="https://dev.gentoo.org/~tomwij/files/dist/${P}.tar.xz
https://dev.gentoo.org/~tomwij/files/dist/${P}-build.xml.tar.xz"
HOMEPAGE="http://javolution.org"
LICENSE="BSD"