diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-21 09:37:00 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-21 09:37:00 -0700 |
commit | 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (patch) | |
tree | 2c478b4cdb6241651c0d7a893d47309bea396320 /.gitmodules | |
parent | 3441228582cc4522f0a57832be465f6c4d0fae29 (diff) | |
download | dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.gz dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.bz2 |
fix submodule and other small things
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f2a72cd..cc33d4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dwm"] path = dwm - url = git@github.com:brysonsteck/dwm + url = git@codeberg.org:brysonsteck/dwm [submodule "vim/colors/gruvbox"] path = vim/colors/gruvbox url = git@github.com:morhetz/gruvbox |