fix: use HTTPS repository URL in plugin.json
SSH URLs don't work for plugin installation from remote. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
e3eac36b05
commit
1aa1afcb0f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"email": "hello@host.uk.com"
|
||||
},
|
||||
"homepage": "https://forge.lthn.ai/core/agent",
|
||||
"repository": "ssh://git@forge.lthn.ai:2223/core/agent.git",
|
||||
"repository": "https://forge.lthn.ai/core/agent.git",
|
||||
"license": "EUPL-1.2",
|
||||
"keywords": [
|
||||
"devops",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue