Fix .gitmodules pointing to non-existent repo

It's pointing at a repository that no longer exists, which causes
fetching submodules to fail. This is a simple 2-character fix.
This commit is contained in:
Matthew Nakama 2021-04-08 02:03:39 -04:00 committed by miruka
parent c140d69138
commit 0a044d1e4f

2
.gitmodules vendored
View File

@ -4,7 +4,7 @@
[submodule "submodules/RadialBarDemo"]
path = submodules/RadialBarDemo
url = https://github.com/mirukan/RadialBarDemo/
url = https://github.com/mirukana/RadialBarDemo
[submodule "submodules/hsluv-c"]
path = submodules/hsluv-c