diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-10 13:16:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-04-10 13:16:01 -0700 |
| commit | 307a3e900128ee06465b50385d191da9324e1eaa (patch) | |
| tree | a2cb5f32d8f7aa5fabc09a975030a1603d7a2bba | |
| parent | 66b29b5244ebe134c0c3d8506768c37a890a9929 (diff) | |
msmtp: Use git:// protocol for submodule
https access through SourceForge is slow and flaky (sometimes gives 503).
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 10a67457..76a01174 100644 --- a/.gitmodules +++ b/.gitmodules @@ -137,7 +137,7 @@ ignore = all [submodule "pkg/msmtp/src"] path = pkg/msmtp/src - url = https://git.code.sf.net/p/msmtp/code + url = git://git.code.sf.net/p/msmtp/code ignore = all [submodule "pkg/mtdev/src"] path = pkg/mtdev/src |
