jid: fix import path

This commit is contained in:
Michael Gehring 2017-11-24 10:13:57 +01:00
parent 2ca3557430
commit 9b487039f5
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ pkgname=jid
version=0.7.2
revision=5
build_style=go
go_import_path="https://github.com/simeji/jid"
go_package="https://github.com/simeji/jid/cmd/jid"
go_import_path="github.com/simeji/jid"
go_package="github.com/simeji/jid/cmd/jid"
hostmakedepends="git"
short_desc="Drill down JSON interactively by using filtering queries"
maintainer="Michael Gehring <mg@ebfe.org>"