From 91ccc819d5ecd61bf8f314b189db28a6c8c1e8cb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 2 Apr 2021 17:03:58 +0200 Subject: [PATCH] Fix URL --- bin/app-json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/app-json.py b/bin/app-json.py index 236c9e4..dd8a097 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -4,7 +4,7 @@ # # Gather metadata from Co-op Cloud apps in $ABRA_DIR/apps (default # ~/.abra/apps), and format it as JSON so that it can be hosted here: -# https://abra-apps.autonomic.zone +# https://abra-apps.cloud.autonomic.zone from json import dump from os import chdir, listdir, mkdir