diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2023-05-15 13:12:30 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2023-05-15 13:12:30 +0200 |
| commit | 852b3827c133ef7c389140171092f845a4287bfc (patch) | |
| tree | 174b912fe1be1a6ddd5768ac6a48220b61dd28ad /.gitmodules | |
| parent | b5c0620a9279bdf3fb70115c5d9a53653a58651d (diff) | |
grml-etc-core: Use https for git access
GitHub disabled the plain git protocol.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 90d4dac..b12d95f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "grml-etc-core"] path = grml-etc-core - url = git://github.com/grml/grml-etc-core.git + url = https://github.com/grml/grml-etc-core.git |
