From 35796f338fba8cbf45fb18460659ac9442e17268 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 11 Jul 2022 15:40:53 +0200 Subject: [PATCH] change package.json for yunite.net --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9963e6949..d98284468 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "ocelot-social-branded", + "name": "yunite.net", "version": "1.0.8", "ocelotDockerVersionTag": "1.0.8-182", - "dockerOrganisation": "ocelotsocialnetwork", - "description": "ocelot.social Branded", - "author": "ocelot.social Community", + "dockerOrganisation": "XXX", + "description": "yunite.net Branded", + "author": "yunite.net Community", "license": "MIT", "private": false, "repository": { "type": "git", - "url": "https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding.git" + "url": "https://github.com/Yunite-Net/Yunite-Net-Ocelot-Social-Deploy-Rebranding" } }