mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Take ownership of the submodule repositories.
This commit is contained in:
parent
fb2bc370d8
commit
b1f66d15bf
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -1,18 +1,18 @@
|
||||
[submodule "subprojects/softfloat3"]
|
||||
path = subprojects/softfloat3
|
||||
url = https://github.com/mikolajpp/berkeley-softfloat-3.git
|
||||
url = https://github.com/urbit/berkeley-softfloat-3.git
|
||||
[submodule "subprojects/commonmark-legacy"]
|
||||
path = subprojects/commonmark-legacy
|
||||
url = https://github.com/mikolajpp/commonmark-legacy.git
|
||||
url = https://github.com/urbit/commonmark-legacy.git
|
||||
[submodule "subprojects/http-parser-legacy"]
|
||||
path = subprojects/http-parser-legacy
|
||||
url = https://github.com/mikolajpp/http-parser-legacy.git
|
||||
url = https://github.com/urbit/http-parser-legacy.git
|
||||
[submodule "subprojects/ed25519"]
|
||||
path = subprojects/ed25519
|
||||
url = https://github.com/mikolajpp/ed25519-1.git
|
||||
url = https://github.com/urbit/ed25519.git
|
||||
[submodule "subprojects/libscrypt"]
|
||||
path = subprojects/libscrypt
|
||||
url = https://github.com/mikolajpp/libscrypt.git
|
||||
url = https://github.com/urbit/libscrypt.git
|
||||
[submodule "subprojects/murmur3"]
|
||||
path = subprojects/murmur3
|
||||
url = https://github.com/mikolajpp/murmur3.git
|
||||
url = https://github.com/urbit/murmur3.git
|
||||
|
Loading…
Reference in New Issue
Block a user