diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 17:14:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:19 +0200 |
commit | 2bd904623329bdb16270dcc9883e16a69c9db430 (patch) | |
tree | d2ffcba0e69c3e17fc80a3e060fa49a5e64c8b76 | |
parent | dev-java/beansbinding: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-2bd904623329bdb16270dcc9883e16a69c9db430.tar.gz gentoo-2bd904623329bdb16270dcc9883e16a69c9db430.tar.bz2 gentoo-2bd904623329bdb16270dcc9883e16a69c9db430.zip |
dev-java/commons-graph: use HTTPS for links to dev.gentoo.org
-rw-r--r-- | dev-java/commons-graph/commons-graph-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |