Update repo URL

This commit is contained in:
3wc 2025-01-28 21:57:09 -05:00
parent 9d12b65e5b
commit addb27ba5a
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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"