From d1fb183973f81c335d8eed3b7df9e2aad70db8c7 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Wed, 22 Aug 2018 21:14:29 +0900 Subject: [PATCH] Fix URL --- app/configs/application.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/configs/application.json b/app/configs/application.json index 7eed2a7..f599c34 100644 --- a/app/configs/application.json +++ b/app/configs/application.json @@ -9,5 +9,5 @@ "license": "GPL-3+", "author": "Opendesktop.org", "contact": "contact@opendesktop.org", - "homepage": "https://www.opencode.net/OCS/ocs-manager" + "homepage": "https://gitlab.opencode.net/OCS/ocs-manager" } -- GitLab