diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-14 15:19:14 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-14 15:19:14 +0000 |
| commit | bb290191df028ee5cd02abbce6d1a786e454c7b7 (patch) | |
| tree | 7b54de84cbb310f5f70632f2f945e52d42adbc07 /.gitmodules | |
| parent | 634aae63eb062da5abc4f8cccb46944b2ee8db3e (diff) | |
Update for dnf support
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 30b6eeb..4a8e029 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "zsh/modules/vendor/zsh-syntax-highlighting"] path = zsh/modules/vendor/zsh-syntax-highlighting - url = git@github.com:zsh-users/zsh-syntax-highlighting.git + url = https://github.com/zsh-users/zsh-syntax-highlighting.git |