diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-23 09:05:34 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-23 09:36:25 +0300 |
commit | 64a68e073670b267e9720fb4a496199140a918ec (patch) | |
tree | f5e25b43f04c2fc55906a747273a622db79fa333 /app-shells/fzf | |
parent | app-shells/fzf: Adding ebuild for fzf (diff) | |
download | gentoo-64a68e073670b267e9720fb4a496199140a918ec.tar.gz gentoo-64a68e073670b267e9720fb4a496199140a918ec.tar.bz2 gentoo-64a68e073670b267e9720fb4a496199140a918ec.zip |
app-shells/fzf: syntax fix
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells/fzf')
-rw-r--r-- | app-shells/fzf/fzf-0.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fzf/fzf-0.21.0.ebuild b/app-shells/fzf/fzf-0.21.0.ebuild index 8742d6b6f6ab..854e90d08e55 100644 --- a/app-shells/fzf/fzf-0.21.0.ebuild +++ b/app-shells/fzf/fzf-0.21.0.ebuild @@ -58,7 +58,7 @@ go-module_set_globals EGO_PN="github.com/junegunn/${PN}" SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - ${EGO_SUM_SRC_URI}" + ${EGO_SUM_SRC_URI}" LICENSE="MIT BSD-with-disclosure" SLOT="0" |