From 2cd869047b69ec26fbd38d9dab31732f7832f166 Mon Sep 17 00:00:00 2001
From: dnelband <dnelband@gmail.com>
Date: Thu, 22 Aug 2019 13:56:56 -0400
Subject: [PATCH] changed ocs-store to pling-store in package.json and
 .gitlab-ci.yml

---
 .gitlab-ci.yml |  2 +-
 package.json   | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7a12e4..11157a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,5 @@ appimage:
     - ./scripts/package appimage
   artifacts:
     paths:
-    - build_*/ocs-store*.AppImage
+    - build_*/pling-store*.AppImage
     expire_in: 2 days
diff --git a/package.json b/package.json
index d040a96..8e07a91 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
 {
-  "name": "ocs-store",
-  "productName": "OCS-Store",
+  "name": "pling-store",
+  "productName": "Pling-Store",
   "version": "4.1.1",
   "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.",
-  "author": "Opendesktop.org",
+  "author": "Pling.com",
   "license": "GPL-3.0",
-  "homepage": "https://www.opendesktop.org/",
-  "repository": "https://git.opendesktop.org/akiraohgaki/ocs-store",
-  "bugs": "https://git.opendesktop.org/akiraohgaki/ocs-store/issues",
+  "homepage": "https://www.pling.com/",
+  "repository": "https://www.opencode.net/dfn2/pling-store",
+  "bugs": "https://www.opencode.net/dfn2/pling-store/issues",
   "main": "app/main.js",
   "scripts": {
     "start": "electron .",
-- 
GitLab