Skip to content

Commit

Permalink
Update submodules location.
Browse files Browse the repository at this point in the history
  • Loading branch information
leepike committed Jun 20, 2012
1 parent 11d190c commit 05390fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitmodules
@@ -1,21 +1,21 @@
[submodule "lib/copilot-c99"] [submodule "lib/copilot-c99"]
path = lib/copilot-c99 path = lib/copilot-c99
url = http://github.com/leepike/copilot-c99.git url = https://github.com/leepike/copilot-c99.git
[submodule "lib/copilot-language"] [submodule "lib/copilot-language"]
path = lib/copilot-language path = lib/copilot-language
url = http://github.com/leepike/copilot-language.git url = https://github.com/leepike/copilot-language.git
[submodule "lib/copilot-core"] [submodule "lib/copilot-core"]
path = lib/copilot-core path = lib/copilot-core
url = http://github.com/leepike/copilot-core.git url = https://github.com/leepike/copilot-core.git
[submodule "lib/copilot-libraries"] [submodule "lib/copilot-libraries"]
path = lib/copilot-libraries path = lib/copilot-libraries
url = http://github.com/leepike/copilot-libraries.git url = https://github.com/leepike/copilot-libraries.git
[submodule "lib/copilot-sbv"] [submodule "lib/copilot-sbv"]
path = lib/copilot-sbv path = lib/copilot-sbv
url = http://github.com/leepike/copilot-sbv.git url = https://github.com/leepike/copilot-sbv.git
[submodule "lib/copilot-cbmc"] [submodule "lib/copilot-cbmc"]
path = lib/copilot-cbmc path = lib/copilot-cbmc
url = http://github.com/leepike/copilot-cbmc.git url = https://github.com/leepike/copilot-cbmc.git
[submodule "lib/copilot-discussion"] [submodule "lib/copilot-discussion"]
path = lib/copilot-discussion path = lib/copilot-discussion
url = http://github.com/leepike/copilot-discussion.git url = https://github.com/leepike/copilot-discussion.git

0 comments on commit 05390fc

Please sign in to comment.