diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7a12e4bc28aa6b66e6e99f799d18a57d7239b90..11157a5fd3217dc817853e807e1bd052a84dd3a8 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 d040a9626940bea8ba88e9f41c90488f6f14d3ac..8e07a911b0af5c8a37545df56fea78618d362f40 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 .",