diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-13 23:46:02 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-14 01:04:52 +0100 |
commit | f4749db9b4e92a65d442c27590f56dd8fb5a499a (patch) | |
tree | a2182c227a2a203caafa9ea596fab6bfeb174148 /app-editors/wily | |
parent | dev-libs/9libs: Fix HOMEPAGE, SRC_URI (diff) | |
download | gentoo-f4749db9b4e92a65d442c27590f56dd8fb5a499a.tar.gz gentoo-f4749db9b4e92a65d442c27590f56dd8fb5a499a.tar.bz2 gentoo-f4749db9b4e92a65d442c27590f56dd8fb5a499a.zip |
app-editors/wily: Fix HOMEPAGE, SRC_URI
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-editors/wily')
-rw-r--r-- | app-editors/wily/wily-1.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |