Skip to content

Commit eb970f2

Browse files
Change submodule URL to use HTTPS rather than SSH
This allows users who don't have an account on git.fsfe.org to fetch the submodule. Authenticated users can set a local URL for the submodule if they wish to push directly to the submodule from this repository: git config submodule.api-worker.url [email protected]:reuse/api-worker.git
1 parent 56e0068 commit eb970f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://git.fsfe.org/fsfe-system-hackers/forms.git
44
[submodule "api-worker"]
55
path = api-worker
6-
url = git@git.fsfe.org:reuse/api-worker.git
6+
url = https://git.fsfe.org/reuse/api-worker.git

0 commit comments

Comments
 (0)