From c80f5ddcd1fc4bb4efedc9bfa87bf58c01a889b7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 27 Oct 2018 11:04:05 +0100 Subject: [PATCH] Correct the author of the electron app Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index 0600216b43..e610008e92 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -4,7 +4,7 @@ "main": "src/electron-main.js", "version": "0.17.2", "description": "A feature-rich client for Matrix.org", - "author": "Vector Creations Ltd.", + "author": "New Vector Ltd.", "dependencies": { "auto-launch": "^5.0.1", "electron-window-state": "^4.1.0",