logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 307a3e900128ee06465b50385d191da9324e1eaa
parent 66b29b5244ebe134c0c3d8506768c37a890a9929
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 10 Apr 2018 13:16:01 -0700

msmtp: Use git:// protocol for submodule

https access through SourceForge is slow and flaky (sometimes gives 503).

Diffstat:

M.gitmodules2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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