Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-09-02 14:11:43 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-09-02 14:13:47 +0300
commited4a9413489aa29a70e41f94c3dac5621099f734 (patch)
treed6b5f79cd05478e55954efdd11ae34a27335c350
parent40922458d2270581ed2243e73fe37147f943238a (diff)
Stop using git protocol for submodule (#2248)mono-2020-02
GitHub is removing support for unauthenticated git soon: https://github.blog/2021-09-01-improving-git-protocol-security-github/ (cherry picked from commit c40ed49948225cda0c35ceaae64ae2b6d98bf776)
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 602f3dbcc..380a6f582 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "cecil"]
path = external/cecil
- url = git://github.com/mono/cecil.git
+ url = https://github.com/mono/cecil.git