Fix package.json url
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yellowtent",
|
||||
"description": "Main code for a cloudron",
|
||||
"name": "cloudron",
|
||||
"description": "Cloudron Platform (Box)",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"contributors": [
|
||||
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cloudron.io/cloudron/box.git"
|
||||
"url": "https://git.cloudron.io/platform/box.git"
|
||||
},
|
||||
"bin": {
|
||||
"hotfix": "./scripts/hotfix",
|
||||
|
||||
Reference in New Issue
Block a user