Backend for songs.zachdecook.com
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0eb8e63..a5ef8e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "chordsdata"] path = chordsdata url = https://gitlab.com/earboxer/chordsdata.git +[submodule "ccharter"] + path = ccharter + url = https://github.com/earboxer/ccharter.git |