Fix marketplace.json source field format #2

Merged
admin merged 1 commits from add-marketplace-json into master 2026-04-08 02:50:05 +02:00
Showing only changes of commit 455147f358 - Show all commits

View File

@@ -9,7 +9,11 @@
{ {
"name": "tea", "name": "tea",
"description": "Full operability with the tea CLI for Gitea — manage issues, PRs, releases, branches, notifications, and more from the command line.", "description": "Full operability with the tea CLI for Gitea — manage issues, PRs, releases, branches, notifications, and more from the command line.",
"source": ".", "source": {
"source": "url",
"url": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill.git",
"ref": "master"
},
"category": "development", "category": "development",
"homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill" "homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill"
} }