From 470c5b37a8e8e6894b16a835960e4bfe75cb6471 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 1 May 2021 14:44:40 +0200 Subject: [PATCH] Update Desc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d3b257..9c6efd7 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "armcord", "version": "2.0.0", - "description": "A minimal working example of how to use the custom-electron-titlebar module from AlexTorresSk.", + "description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.", "main": "main.js", "scripts": { "start": "electron .", "dist": "electron-builder", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Tim L. Greller, Alex Torres", + "author": "smartfrigde", "license": "MIT", "dependencies": { "custom-electron-titlebar": "3.2.5",