Update repo URL
This commit is contained in:
parent
9d12b65e5b
commit
addb27ba5a
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user