Skip to content

Commit ae0d005

Browse files
author
Karl Rieb
committed
Changed submodule git URLs to use https. Now a GitHub account is no longer required to clone and build.
1 parent 4d75dc8 commit ae0d005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "src/main/stone"]
22
path = src/main/stone
3-
url = git@github.com:dropbox/dropbox-api-spec
3+
url = https://github.com/dropbox/dropbox-api-spec.git
44
[submodule "stone"]
55
path = stone
6-
url = git@github.com:dropbox/stone
6+
url = https://github.com/dropbox/stone.git

0 commit comments

Comments
 (0)