From a8ab20dd8a3049fb86eb4ff14663114f821663ba Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 28 Sep 2021 12:16:29 +0200 Subject: [PATCH] Add overlay-package.json --- overlay-package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 overlay-package.json diff --git a/overlay-package.json b/overlay-package.json new file mode 100644 index 000000000..6453e0f71 --- /dev/null +++ b/overlay-package.json @@ -0,0 +1,8 @@ +{ + "name": "schildichat-web", + "description": "A Matrix client based on Element with a more traditional instant messaging experience", + "author": "SchildiChat", + "repository": { + "url": "https://github.com/SchildiChat/element-web" + } +}