diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-12 21:28:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-12 21:30:30 +0100 |
commit | 39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e (patch) | |
tree | 4aff1cdedba1e122c412de2795ddcb3a40865381 /dev-java | |
parent | dev-java/commons-collections: fix tests. (diff) | |
download | gentoo-39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e.tar.gz gentoo-39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e.tar.bz2 gentoo-39cb4b5ffd7de9744863c1ba0b1c91112dbdf86e.zip |
dev-java/commons-collections: switch to https.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-collections/commons-collections-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-collections/commons-collections-4.1.ebuild b/dev-java/commons-collections/commons-collections-4.1.ebuild index 3f442ecfe0e9..100262bc4289 100644 --- a/dev-java/commons-collections/commons-collections-4.1.ebuild +++ b/dev-java/commons-collections/commons-collections-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SLOT="4" MY_P="${PN}${SLOT}-${PV}" DESCRIPTION="Extends the JCF classes with new interfaces, implementations and utilities" -HOMEPAGE="http://commons.apache.org/collections/" +HOMEPAGE="https://commons.apache.org/collections/" SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~ppc64 ~x86" |