diff options
author | raylu <raylu@mixpanel.com> | 2011-07-02 15:08:08 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-02 15:08:08 -0700 |
commit | a1eb9d181e9034aed09e447a54c39ea7074f5f25 (patch) | |
tree | cdc607d7046a33d1cd70e7436ec51f63e36b61e5 /.gitmodules | |
parent | 3116584fcc5f4bfe7f10b651d28c27beb1cff6c3 (diff) | |
download | otakuhub-a1eb9d181e9034aed09e447a54c39ea7074f5f25.tar.xz |
add lithium as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cc29218..f89b821 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "libraries/li3_paginate"] path = libraries/li3_paginate url = git://github.com/edude03/li3_paginate.git +[submodule "libraries/lithium"] + path = libraries/lithium + url = git://github.com/UnionOfRAD/lithium.git |