From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +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/bytecode/bytecode-20081007.ebuild | 2 +- dev-java/bytecode/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/bytecode') diff --git a/dev-java/bytecode/bytecode-20081007.ebuild b/dev-java/bytecode/bytecode-20081007.ebuild index 364877e87052..e5ae8125d30d 100644 --- a/dev-java/bytecode/bytecode-20081007.ebuild +++ b/dev-java/bytecode/bytecode-20081007.ebuild @@ -10,7 +10,7 @@ inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Biojava bytecode manipulation library" HOMEPAGE="http://biojava.org" -SRC_URI="http://dev.gentoo.org/~serkan/distfiles/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~serkan/distfiles/${P}.tar.bz2" # svn export svn://code.open-bio.org/biojava/bytecode/trunk -r {20081007} LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-java/bytecode/metadata.xml b/dev-java/bytecode/metadata.xml index 604e0a4238bb..5ed4c003d478 100644 --- a/dev-java/bytecode/metadata.xml +++ b/dev-java/bytecode/metadata.xml @@ -1,5 +1,5 @@ - + java -- cgit v1.2.3