summaryrefslogtreecommitdiff
path: root/package/utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-26 16:08:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-26 16:08:02 +0000
commitf7d087c4aa361180e97bbc116a9d0f7821cfbbae (patch)
tree65fda9063a0f79ac36e63481781733f4a48df929 /package/utils
parent9ca965ba4c90094c06154cbd333a3bfb0c8a5555 (diff)
downloadmtk-20170518-f7d087c4aa361180e97bbc116a9d0f7821cfbbae.zip
mtk-20170518-f7d087c4aa361180e97bbc116a9d0f7821cfbbae.tar.gz
mtk-20170518-f7d087c4aa361180e97bbc116a9d0f7821cfbbae.tar.bz2
jsonpath: switch to http:// instead of git://
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40026
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/jsonpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/jsonpath/Makefile b/package/utils/jsonpath/Makefile
index 44c5e32..be64fed 100644
--- a/package/utils/jsonpath/Makefile
+++ b/package/utils/jsonpath/Makefile
@@ -5,7 +5,7 @@ PKG_VERSION:=2014-01-08
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://git.openwrt.org/project/jsonpath.git
+PKG_SOURCE_URL:=http://git.openwrt.org/project/jsonpath.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=f1e3aeb2526ea28db34c7bc714277c1dff26e5fc
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz