From addb27ba5a83c8c7cb73c740a94a7c7c96f93ba8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 28 Jan 2025 21:57:09 -0500 Subject: [PATCH] Update repo URL --- package.json | 4 ++-- src/Pages/About.elm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 24a7a62..287e35e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "abra-apps", "version": "1.0.0", - "description": "Co-op Cloud app catalogue", - "repository": "https://git.coopcloud.tech/coop-cloud/abra-apps", + "description": "Co-op Cloud recipe catalogue", + "repository": "https://git.coopcloud.tech/toolshed/recipes.coopcloud.tech", "scripts": { "start": "npm install && npm run build:dev && npm run dev", "prod": "npm install && npm run build && npm run serve", diff --git a/src/Pages/About.elm b/src/Pages/About.elm index 055983f..611f190 100644 --- a/src/Pages/About.elm +++ b/src/Pages/About.elm @@ -36,7 +36,7 @@ view { params } = let elm_link = a [ href "https://elm-lang.org/" ] [ text "Elm" ] coopcloud_link = a [ href "https://coopcloud.tech/" ] [ text "Co-op Cloud" ] - source_link = a [ href "https://git.coopcloud.tech/coop-cloud/abra-apps" ] [ text "source" ] + source_link = a [ href "https://git.coopcloud.tech/toolshed/recipes.coopcloud.tech" ] [ text "source" ] autonomic_link = a [ href "https://autonomic.zone" ] [ text "Autonomic" ] in { title = "About – Co-op Cloud Recipes"