diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:26 +0200 |
commit | 2dfebe108d2bb4462266b349722a7df1e1c73781 (patch) | |
tree | 1580f1fd0ff45d6ce42f6b8ec937fa27078b0220 /app-text/jo | |
parent | app-text/grip: [QA] Add missing DEPEND="app-arch/unzip" (diff) | |
download | gentoo-2dfebe108d2bb4462266b349722a7df1e1c73781.tar.gz gentoo-2dfebe108d2bb4462266b349722a7df1e1c73781.tar.bz2 gentoo-2dfebe108d2bb4462266b349722a7df1e1c73781.zip |
app-text/jo: [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/jo')
-rw-r--r-- | app-text/jo/jo-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/jo/jo-1.1.ebuild b/app-text/jo/jo-1.1.ebuild index 704769988141..d52212e5bd0c 100644 --- a/app-text/jo/jo-1.1.ebuild +++ b/app-text/jo/jo-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="JSON output from a shell" HOMEPAGE="https://github.com/jpmens/jo" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jpmens/jo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |