From: Jeroen Roovers Date: Sun, 13 Jan 2019 22:46:02 +0000 (+0100) Subject: app-editors/wily: Fix HOMEPAGE, SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f4749db9b4e92a65d442c27590f56dd8fb5a499a;p=gentoo.git app-editors/wily: Fix HOMEPAGE, SRC_URI Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild index f9093824c539..cb3089155b19 100644 --- a/app-editors/wily/wily-1.0-r1.ebuild +++ b/app-editors/wily/wily-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -8,8 +8,8 @@ inherit toolchain-funcs MY_P="${P/1.0/9libs}" DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor" -HOMEPAGE="http://www.netlib.org/research/9libs/" -SRC_URI="ftp://www.netlib.org/research/9libs/${MY_P}.tar.gz" +HOMEPAGE="https://www.netlib.org/research/9libs/" +SRC_URI="${HOMEPAGE}${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0"