diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2017-08-28 17:08:51 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2017-08-28 17:08:51 +0900 |
commit | d40e25d8c2732f61f36ca02af9f0c52938d3838a (patch) | |
tree | c86314bb3c9ba8a3e0c6dc6d26f35e1373d77e0e /.gitmodules | |
parent | fixed livepatch object path (diff) | |
download | elivepatch-d40e25d8c2732f61f36ca02af9f0c52938d3838a.tar.gz elivepatch-d40e25d8c2732f61f36ca02af9f0c52938d3838a.tar.bz2 elivepatch-d40e25d8c2732f61f36ca02af9f0c52938d3838a.zip |
moved elivepatch-client and elivepatch-server to a different
repository
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64bae40 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "elivepatch-server"] + path = elivepatch-server + url = https://github.com/aliceinwire/elivepatch-server +[submodule "elivepatch-client"] + path = elivepatch-client + url = https://github.com/aliceinwire/elivepatch-client |