Skip to content

Commit

Permalink
Point the submodule to the new location.
Browse files Browse the repository at this point in the history
Remember to do a "git submodule sync" to update a local checkout.
  • Loading branch information
erickt committed Feb 25, 2011
1 parent cd4006b commit c3f55db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "fbuild"]
path = fbuild
url = git://github.com/erickt/fbuild.git
url = git://github.com/felix-lang/fbuild.git
[submodule "src/compiler/dypgen"]
path = src/compiler/dypgen
url = git://github.com/erickt/dypgen.git
url = git://github.com/felix-lang/dypgen.git
[submodule "src/compiler/ocs"]
path = src/compiler/ocs
url = git://github.com/erickt/ocs.git
url = git://github.com/felix-lang/ocs.git
[submodule "re2"]
path = src/re2/re2
url = git://github.com/skaller/re2.git
url = git://github.com/felix-lang/re2.git
[submodule "src/tre/tre"]
path = src/tre/tre
url = git://github.com/erickt/tre.git
url = git://github.com/felix-lang/tre.git
[submodule "src/judy"]
path = src/judy
url = git://github.com/erickt/judy.git
url = git://github.com/felix-lang/judy.git

0 comments on commit c3f55db

Please sign in to comment.