From 4381366f9a989c1adfab5ff9eb38b0b76548a539 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 1 Jul 2015 15:25:50 +0200 Subject: [PATCH] Remove self-hosted title, tagline and description --- CloudronManifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 12d70f3..9ff44d5 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,9 +1,9 @@ { "id": "io.gogs.cloudronapp", - "title": "A self-hosted Git service", + "title": "Gogs", "author": "Gogs developers", - "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123", - "tagline": "painless self-hosted Git Service", + "description": "Easiest, fastest and most painless Git service.", + "tagline": "A painless Git Service", "version": "0.1.0", "healthCheckPath": "/", "httpPort": 3000,