diff --git a/.gitmodules b/.gitmodules index b328964..37da927 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/github.com/microsoft/vcpkg"] path = vendor/github.com/microsoft/vcpkg - url = git@github.com/microsoft/vcpkg.git + url = https://github.com/microsoft/vcpkg +[submodule "vendor/github.com/carbonengine/vcpkg-registry"] + path = vendor/github.com/carbonengine/vcpkg-registry + url = https://github.com/carbonengine/vcpkg-registry diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index f378fa4..efc09c9 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -7,9 +7,11 @@ "registries": [ { "kind": "git", - "repository": "git@github.com:ccpgames/carbon-vcpkg-registry.git", + "repository": "https://github.com/carbonengine/vcpkg-registry.git", "baseline": "0bad36169696ff6c4bf2d95d52043b8bfe7b85e1", - "packages": ["ccp-debug-info"] + "packages": [ + "ccp-debug-info" + ] } ] -} +} \ No newline at end of file