[Cryptech-Commits] [releng/alpha] branch master updated: Fix HTTP URLs
git at cryptech.is
git at cryptech.is
Sun Oct 10 22:07:48 UTC 2021
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.
The following commit(s) were added to refs/heads/master by this push:
new 32679d5 Fix HTTP URLs
32679d5 is described below
commit 32679d5b5112b07b74d3770e8ff688fd95a562fe
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Oct 10 18:07:07 2021 -0400
Fix HTTP URLs
---
.gitmodules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index cce38ea..7c58aad 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -75,7 +75,7 @@
url = https://git.cryptech.is/core/lib.git
[submodule "source/core/math/modexpng"]
path = source/core/math/modexpng
- url = http://git.cryptech.is/core/math/modexpng.git
+ url = https://git.cryptech.is/core/math/modexpng.git
[submodule "source/core/util/keywrap"]
path = source/core/util/keywrap
- url = http://git.cryptech.is/core/util/keywrap.git
+ url = https://git.cryptech.is/core/util/keywrap.git
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list