summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-28 12:10:07 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-28 12:10:07 +0200
commitccd6b825324560f0bd12bf066bb1da8375de7296 (patch)
tree119d2e7e7692773ffb35f3f84ad9817c4020e178 /app-editors/wily
parentapp-editors/ne: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-ccd6b825324560f0bd12bf066bb1da8375de7296.tar.gz
gentoo-ccd6b825324560f0bd12bf066bb1da8375de7296.tar.bz2
gentoo-ccd6b825324560f0bd12bf066bb1da8375de7296.zip
app-editors/wily: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors/wily')
-rw-r--r--app-editors/wily/wily-1.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
index 15660cf20334..eafceb60d927 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -8,7 +8,7 @@ MY_P="${P/1.0/9libs}"
DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor"
HOMEPAGE="https://www.netlib.org/research/9libs/"
-SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"
+SRC_URI="https://www.netlib.org/research/9libs/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"