sources.json: use git+https not git+ssh for lib (public repo) (#5)
I can't see any reason not to do this and it makes building with e.g. hydra easier. AFAICS forgejo doesn't support anonymous/public git+ssh access? Reviewed-on: #5 Reviewed-by: Jake Hamilton <jake.hamilton@hey.com> Co-authored-by: srd424 <srd424@noreply.git.auxolotl.org> Co-committed-by: srd424 <srd424@noreply.git.auxolotl.org>
This commit is contained in:
parent
ec6ba87775
commit
921fd24635
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"type": "Git",
|
||||
"repository": {
|
||||
"type": "Git",
|
||||
"url": "git+ssh://forgejo@git.auxolotl.org/auxolotl/lib.git"
|
||||
"url": "https://git.auxolotl.org/auxolotl/lib.git"
|
||||
},
|
||||
"branch": "main",
|
||||
"revision": "7552ab48bb394d59d2bf1f7a558d28ce59da524d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue