From: Alexey Sokolov Date: Fri, 8 May 2020 14:22:43 +0000 (+0100) Subject: dev-java/jython: update homepage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fafd3a1b8f74ddf7784dc502ce87405db9201d6;p=gentoo.git dev-java/jython: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov Signed-off-by: Aaron Bauman --- 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"