diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-07 10:25:06 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-07 10:26:42 -0700 |
| commit | 47ed43a836230b1ee13b4b3bb6833a27a610aa52 (patch) | |
| tree | 029ef61a58006f4017029e2f15812be1e39c82a6 /.gitmodules | |
| parent | 703a7a0e588927167cb5b38c562181c996b669f0 (diff) | |
msmtp: Move to extra
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index aadf30d0..a8062305 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,6 @@ [submodule "core/loksh/src"] path = core/loksh/src url = https://github.com/dimkr/loksh -[submodule "core/msmtp/src"] - path = core/msmtp/src - url = git://git.code.sf.net/p/msmtp/code [submodule "core/ninja/src"] path = core/ninja/src url = https://github.com/ninja-build/ninja @@ -73,6 +70,9 @@ [submodule "extra/libfuse/src"] path = extra/libfuse/src url = https://github.com/libfuse/libfuse +[submodule "extra/msmtp/src"] + path = extra/msmtp/src + url = git://git.code.sf.net/p/msmtp/code [submodule "extra/sshfs/src"] path = extra/sshfs/src url = https://github.com/libfuse/sshfs |
