From 91364cabae8687e7620edac406b43cb40cb55878 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 6 Mar 2019 07:23:47 -0800 Subject: Replace deno.land/x/std with deno.land/std (#1890) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 86e16fd72..10e1215d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ path = build url = https://github.com/denoland/chromium_build.git [submodule "js/deps/https/deno.land/x/std"] - path = js/deps/https/deno.land/x/std + path = js/deps/https/deno.land/std url = https://github.com/denoland/deno_std.git -- cgit v1.2.3