From ded0705bdcf522acde25e1c6f202441be38f39b4 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 27 Jun 2019 14:39:38 +0200 Subject: [PATCH] Update remote repo for grafana-builder dependency Signed-off-by: beorn7 --- documentation/prometheus-mixin/jsonnetfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/prometheus-mixin/jsonnetfile.json b/documentation/prometheus-mixin/jsonnetfile.json index c0261c367..b5d0ad347 100644 --- a/documentation/prometheus-mixin/jsonnetfile.json +++ b/documentation/prometheus-mixin/jsonnetfile.json @@ -4,7 +4,7 @@ "name": "grafana-builder", "source": { "git": { - "remote": "https://github.com/kausalco/public", + "remote": "https://github.com/grafana/jsonnet-libs", "subdir": "grafana-builder" } },