diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 15:22:43 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:55:10 -0400 |
commit | 2fafd3a1b8f74ddf7784dc502ce87405db9201d6 (patch) | |
tree | 8b9bbfbd82bfddda00bb070fd643728b854acd1a /dev-java/jython | |
parent | dev-java/joda-time: update homepage (diff) | |
download | gentoo-2fafd3a1b8f74ddf7784dc502ce87405db9201d6.tar.gz gentoo-2fafd3a1b8f74ddf7784dc502ce87405db9201d6.tar.bz2 gentoo-2fafd3a1b8f74ddf7784dc502ce87405db9201d6.zip |
dev-java/jython: 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/jython')
-rw-r--r-- | dev-java/jython/jython-2.7.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jython/jython-2.7.0-r2.ebuild b/dev-java/jython/jython-2.7.0-r2.ebuild index d8fb023be8a9..6a11902e67b6 100644 --- a/dev-java/jython/jython-2.7.0-r2.ebuild +++ b/dev-java/jython/jython-2.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,8 @@ MY_PV=${PV/_beta/-b} MY_P=${PN}-${MY_PV} DESCRIPTION="An implementation of Python written in Java" -HOMEPAGE="http://www.jython.org" -SRC_URI="http://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_PV}/${MY_P}-sources.jar" +HOMEPAGE="https://www.jython.org" +SRC_URI="https://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_PV}/${MY_P}-sources.jar" LICENSE="PSF-2" SLOT="2.7" |