From e4eab72225b85fc94df6a5552165f9b78a008ac2 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 9 Feb 2022 08:09:56 +0100 Subject: [PATCH] moved to simple json file w/o deep folder --- index.json | 2 +- .../1.0/manifest.json => magdev.gitea-bundle.1.0.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename magdev/gitea-bundle/1.0/manifest.json => magdev.gitea-bundle.1.0.json (100%) diff --git a/index.json b/index.json index b3072e9..f09d727 100644 --- a/index.json +++ b/index.json @@ -9,6 +9,6 @@ "_links": { "repository": "laptop.local:4000/magdev/symfony-recipes", "origin_template": "{package}:{version}@laptop.local:4000/magdev/symfony-recipes:main", - "recipe_template": "http://laptop.local:4000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}/{version}/manifest.json" + "recipe_template": "http://laptop.local:4000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json" } } diff --git a/magdev/gitea-bundle/1.0/manifest.json b/magdev.gitea-bundle.1.0.json similarity index 100% rename from magdev/gitea-bundle/1.0/manifest.json rename to magdev.gitea-bundle.1.0.json