diff options
author | Kyle Meyer <kyle@kyleam.com> | 2025-01-08 20:29:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2025-01-08 20:29:34 -0500 |
commit | a238bbb47694b67f806a07ab1d40efeffcc34732 (patch) | |
tree | 70bfc25dc94ec1c6513491e2520380a06645dfd5 /.gitmodules | |
parent | 6d09683fcbea9e0aac223ac607e7b7548d9b0f35 (diff) | |
download | static-annex-a238bbb47694b67f806a07ab1d40efeffcc34732.tar.gz |
.gitmodules: Update git-annex URL
I've been unable to access git://git-annex.branchable.com/ each time
I've tried over at least the last day or two. Both of the other URLs
listed at https://git-annex.branchable.com/download/ work:
* git://git.joeyh.name/git-annex
* https://git.joeyh.name/git/git-annex.git
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 886aeca..2cfb292 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git-annex"] path = git-annex - url = git://git-annex.branchable.com/ + url = https://git.joeyh.name/git/git-annex.git |