diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 15:21:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:55:10 -0400 |
commit | 3f6a8b49df3a31b2bd9636bcf15a53e08db44d3e (patch) | |
tree | 2e6913fb8b47f9b7e95ef70aad48d8865e6205bb /dev-java/joda-time | |
parent | dev-java/joda-convert: update homepage (diff) | |
download | gentoo-3f6a8b49df3a31b2bd9636bcf15a53e08db44d3e.tar.gz gentoo-3f6a8b49df3a31b2bd9636bcf15a53e08db44d3e.tar.bz2 gentoo-3f6a8b49df3a31b2bd9636bcf15a53e08db44d3e.zip |
dev-java/joda-time: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r-- | dev-java/joda-time/joda-time-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/joda-time/joda-time-2.7.ebuild b/dev-java/joda-time/joda-time-2.7.ebuild index 29ea57c0f51b..2f19a557d78d 100644 --- a/dev-java/joda-time/joda-time-2.7.ebuild +++ b/dev-java/joda-time/joda-time-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_ANT_REWRITE_CLASSPATH="true" inherit java-pkg-2 java-ant-2 DESCRIPTION="A quality open-source replacement for the Java Date and Time classes" -HOMEPAGE="http://www.joda.org/joda-time/ https://github.com/JodaOrg/joda-time/" +HOMEPAGE="https://www.joda.org/joda-time/ https://github.com/JodaOrg/joda-time/" SRC_URI="https://github.com/JodaOrg/${PN}/releases/download/v${PV}/${P}-dist.tar.gz" LICENSE="Apache-2.0" |