Fix package.json url

This commit is contained in:
Girish Ramakrishnan
2025-02-13 10:22:12 +01:00
parent c7ef32bf3c
commit 54c6c2e6cd
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -69,7 +69,7 @@ const token = null;
const token_1 = null;
let KEY, CERT;
let appstoreIconServer = hock.createHock({ throwOnUnmatched: false });
// let appstoreIconServer = hock.createHock({ throwOnUnmatched: false });
function checkRedis(containerId, done) {
let redisIp, exportedRedisPort;