summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-27 12:55:23 -0500
committerDessalines <tyhou13@gmx.com>2020-02-27 12:55:23 -0500
commitfb32acb1ed8ba647bb52bfdc213fdf376bbaac72 (patch)
tree059c4c6f7cc903719c168b38ecce2fce9416025a /ui/package.json
parentaa94f11a2c1a8020513dd7aa498d194390807f02 (diff)
Use image thumbnails from pictshare. Fixes #555
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/package.json b/ui/package.json
index 6d7ad775..79756bc6 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,9 +1,9 @@
{
"name": "lemmy",
- "description": "A simple UI for lemmy",
+ "description": "The official Lemmy UI",
"version": "1.0.0",
"author": "Dessalines",
- "license": "GPL-2.0-or-later",
+ "license": "AGPL-3.0-or-later",
"main": "index.js",
"scripts": {
"build": "node fuse prod",