From 9b487039f5a4e769ff4e1a56e2d86ddd6c2d60c4 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 24 Nov 2017 10:13:57 +0100 Subject: [PATCH] jid: fix import path --- srcpkgs/jid/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jid/template b/srcpkgs/jid/template index 16f831040b8..a85b74a4f89 100644 --- a/srcpkgs/jid/template +++ b/srcpkgs/jid/template @@ -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 "