Lowercase GH org name in .gitmodules (#629)

The `Microsoft` org has been renamed to `microsoft`. While casing isn't an issue with GitHub, just correcting it in case some implementations are case-sensitive.
This commit is contained in:
Alessandro (Ale) Segala 2019-05-09 12:19:46 -07:00 committed by Dustin L. Howett (MSFT)
parent 37fd00c822
commit 6c98fc19f5
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "dep/gsl"]
path = dep/gsl
url = https://github.com/Microsoft/gsl
url = https://github.com/microsoft/gsl
[submodule "dep/wil"]
path = dep/wil
url = https://github.com/Microsoft/wil
url = https://github.com/microsoft/wil