diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-03-30 16:30:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-30 16:31:56 +0100 |
commit | bc53c496220b283773f65762d4283c8f1e480131 (patch) | |
tree | 0fde776fa6fefc309b73d084d441d7f85ad6001b /.gitmodules | |
parent | 80c8b44d014704e403b2d9c8e1e434797b646a0b (diff) | |
download | bugseverywhere-bc53c496220b283773f65762d4283c8f1e480131.tar.gz |
Recover submodule and store it on Gitlab.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5bbe5ed..c61fa81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "update-copyright"] path = update-copyright - url = git://gitorious.org/update-copyright/wtk.git + url = https://gitlab.com/bugseverywhere/update-copyright.git |