diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-09 23:25:17 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-09 23:25:17 -0400 |
commit | f7d20a2f81c9fcf1b6a7cd692d497842eb0ab10e (patch) | |
tree | 080f52e72a46598e99369b719f65e2722de85f06 /.gitmodules | |
parent | 4aeeb2223e98d574dc842cb0a067b3922b7905df (diff) | |
download | otakuhub-f7d20a2f81c9fcf1b6a7cd692d497842eb0ab10e.tar.xz |
Added swiftmail libraries
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f89b821..4aac635 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "libraries/lithium"] path = libraries/lithium url = git://github.com/UnionOfRAD/lithium.git +[submodule "libraries/li3_swiftmailer"] + path = libraries/li3_swiftmailer + url = https://github.com/greut/li3_swiftmailer.git +[submodule "libraries/swiftmailer"] + path = libraries/swiftmailer + url = https://github.com/swiftmailer/swiftmailer.git |