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:
Steve D 2025-09-20 18:16:41 +00:00 committed by Jake Hamilton
parent ec6ba87775
commit 921fd24635

View file

@ -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",