From 2bd904623329bdb16270dcc9883e16a69c9db430 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sun, 3 Sep 2017 17:14:32 +0200 Subject: dev-java/commons-graph: use HTTPS for links to dev.gentoo.org --- dev-java/commons-graph/commons-graph-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-java/commons-graph') diff --git a/dev-java/commons-graph/commons-graph-0.1.ebuild b/dev-java/commons-graph/commons-graph-0.1.ebuild index e69c8cb2f871..d62104317f83 100644 --- a/dev-java/commons-graph/commons-graph-0.1.ebuild +++ b/dev-java/commons-graph/commons-graph-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="A toolkit for managing graphs and graph based data structures" HOMEPAGE="https://commons.apache.org/sandbox/commons-graph/" -SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" -- cgit v1.2.3-65-gdbad