use https version of repo

This commit is contained in:
Richard Toth
2025-12-19 12:12:39 +01:00
parent c8bf011459
commit 3692843a9b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
{
"name": "tothbt/satis",
"homepage": "https://satis.trweb.hu",
"repositories": [],
"repositories": [
{
"type": "vcs",
"url": "https://git.tothbt.com/tothbt/keycloak-bundle.git"
}
],
"require-all": true,
"output-dir": "web"
}