summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-29 13:38:45 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-29 13:38:45 +0200
commit621bc06243579169bdd03192ca3c30a516473f3a (patch)
treedae03061e3d3541f7bd96d8ea8f8e032c96320e8 /app-text
parentapp-text/tokyodystopia: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-621bc06243579169bdd03192ca3c30a516473f3a.tar.gz
gentoo-621bc06243579169bdd03192ca3c30a516473f3a.tar.bz2
gentoo-621bc06243579169bdd03192ca3c30a516473f3a.zip
app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/winefish/winefish-1.3.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
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"