diff options
author | Christopher Frost | 2011-02-17 07:45:08 -0500 |
---|---|---|
committer | Christopher Frost | 2011-02-17 07:45:08 -0500 |
commit | 520e28a8aaa240304d74e652e2802c220572d7e9 (patch) | |
tree | 568a53b280fe86b56b192d0414271da7d8e3218b | |
parent | df80292eae466ce107faa843bf1d0d5ed4d02107 (diff) | |
download | org.eclipse.virgo.kernel-520e28a8aaa240304d74e652e2802c220572d7e9.tar.gz org.eclipse.virgo.kernel-520e28a8aaa240304d74e652e2802c220572d7e9.tar.xz org.eclipse.virgo.kernel-520e28a8aaa240304d74e652e2802c220572d7e9.zip |
Updating the virgo-build submodule to use https instead of git
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 1f9ea180..4b37206d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "virgo-build"] path = virgo-build - url = git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.virgo-build.git + url = https://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.virgo-build.git |