diff options
author | 2021-10-09 03:47:24 -0700 | |
---|---|---|
committer | 2021-10-09 03:47:24 -0700 | |
commit | 5e3d1dd4b5618a64dac60a1c3345fba084be34b2 (patch) | |
tree | 6f9132e5d87b082296218513aedd7f0e9f85e796 | |
parent | e88e9401f17eea5e4581d234968c9c04e980ea8c (diff) | |
parent | 6eb9a36a22cde20d72561e8a6ea30dbdf322ae9e (diff) | |
download | bun-5e3d1dd4b5618a64dac60a1c3345fba084be34b2.tar.gz bun-5e3d1dd4b5618a64dac60a1c3345fba084be34b2.tar.zst bun-5e3d1dd4b5618a64dac60a1c3345fba084be34b2.zip |
Merge pull request #30 from alexkuz/patch-1
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index ea42770d5..23d7b0e9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,7 @@ ignore = dirty [submodule "src/javascript/jsc/WebKit"] path = src/javascript/jsc/WebKit - url = git@github.com:/Jarred-Sumner/WebKit + url = https://github.com/Jarred-Sumner/WebKit.git ignore = dirty [submodule "src/deps/mimalloc"] path = src/deps/mimalloc |