From 621bc06243579169bdd03192ca3c30a516473f3a Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 29 Aug 2019 13:38:45 +0200 Subject: app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- app-text/winefish/winefish-1.3.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text') diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild index 2c873d65af7f..fa8b0eb5d306 100644 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild +++ b/app-text/winefish/winefish-1.3.3-r2.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=6 @@ -8,7 +8,7 @@ MY_PV=${PV/%[[:alpha:]]/} DESCRIPTION="LaTeX editor based on Bluefish" HOMEPAGE="https://github.com/viettug/winefish" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad