diff --git a/README.md b/README.md index 1b5738a..b34abad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# SchildiChat Web/Desktop Lite +# SchildiChat Web/Desktop -SchildiChat Web/Desktop is a fork of Element [Web](https://github.com/vector-im/element-web)/[Desktop](https://github.com/vector-im/element-desktop). - -This branch builds the "lite" variant, which rebases a reduced feature set of the original fork on top of the latest Element, -in order to keep maintenance effort more manageable while staying up-to-date. +SchildiChat Web/Desktop is a fork of Element [Web](https://github.com/element-hq/element-web)/[Desktop](https://github.com/element-hq/element-desktop). diff --git a/overlay/element-desktop/package.json b/overlay/element-desktop/package.json index 88634fa..d4b78d2 100644 --- a/overlay/element-desktop/package.json +++ b/overlay/element-desktop/package.json @@ -1,10 +1,10 @@ { - "name": "schildichat-desktop-lite", - "productName": "SchildiChatLite", - "description": "A Matrix Client based on Element with a more traditional instant messaging experience", + "name": "schildichat-desktop-alpha", + "productName": "SchildiChat", + "description": "A Matrix Client based on Element with some changes and tweaks", "author": "SchildiChat", "repository": { - "url": "https://github.com/SchildiChat/element-desktop" + "url": "https://github.com/SchildiChat/schildichat-desktop" }, "homepage": "https://schildi.chat/" } diff --git a/overlay/element-web/package.json b/overlay/element-web/package.json index 6b0127b..35e873a 100644 --- a/overlay/element-web/package.json +++ b/overlay/element-web/package.json @@ -1,8 +1,8 @@ { - "name": "schildichat-web-lite", - "description": "A Matrix client based on Element with a more traditional instant messaging experience", + "name": "schildichat-web-alpha", + "description": "A Matrix Client based on Element with some changes and tweaks", "author": "SchildiChat", "repository": { - "url": "https://github.com/SchildiChat/element-web" + "url": "https://github.com/SchildiChat/schildichat-desktop" } }