From dfa6740b89f9aff753df4bf90142df7439f2368e Mon Sep 17 00:00:00 2001 From: Zack Campbell Date: Wed, 28 Dec 2016 18:52:15 -0600 Subject: [PATCH] Update gitmodules (#1036) To reflect transfer of ownership of the typings repo, in case the source forwarding does not continue indefinitely going forward --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7a99b61b2..d5aa0ecce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "typings"] path = typings - url = https://github.com/acdenisSK/discord.js-typings + url = https://github.com/zajrik/discord.js-typings