diff options
author | saturneric <[email protected]> | 2024-11-28 11:02:54 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-28 11:02:54 +0000 |
commit | 0a88a9a46ca6140415c6a908721760d55237dd30 (patch) | |
tree | 309097bfd8eaea6543eff563f997659103492706 /.gitmodules | |
parent | refactor: improve code structure (diff) | |
download | Modules-0a88a9a46ca6140415c6a908721760d55237dd30.tar.gz Modules-0a88a9a46ca6140415c6a908721760d55237dd30.zip |
feat: make email operations more comfortable
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 83943df..57e7597 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/m_email/vmime"] path = src/m_email/vmime - url = https://github.com/kisli/vmime.git + url = https://git.bktus.com/GpgFrontend/vmime.git |