From 87c63d3aab5c67e04f5f6d2c93db6cda7adf4661 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 10 Sep 2024 18:26:32 +0200 Subject: [PATCH] @vectorim/syn2mas -> @vector-im/syn2mas --- tools/syn2mas/README.md | 2 +- tools/syn2mas/package-lock.json | 4 ++-- tools/syn2mas/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/syn2mas/README.md b/tools/syn2mas/README.md index 437c2befc..c458c4247 100644 --- a/tools/syn2mas/README.md +++ b/tools/syn2mas/README.md @@ -12,5 +12,5 @@ The tool has two modes of operation: Pre-migration advisor: ```sh -npx @vectorim/syn2mas --command=advisor --synapseConfigFile homeserver.yaml +npx @vector-im/syn2mas --command=advisor --synapseConfigFile homeserver.yaml ``` diff --git a/tools/syn2mas/package-lock.json b/tools/syn2mas/package-lock.json index 09519704c..282c217e3 100644 --- a/tools/syn2mas/package-lock.json +++ b/tools/syn2mas/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@vectorim/syn2mas", + "name": "@vector-im/syn2mas", "version": "0.12.0-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@vectorim/syn2mas", + "name": "@vector-im/syn2mas", "version": "0.12.0-rc.0", "license": "AGPL-3.0-only", "dependencies": { diff --git a/tools/syn2mas/package.json b/tools/syn2mas/package.json index 93d179456..7f0338f2c 100644 --- a/tools/syn2mas/package.json +++ b/tools/syn2mas/package.json @@ -1,5 +1,5 @@ { - "name": "@vectorim/syn2mas", + "name": "@vector-im/syn2mas", "version": "0.12.0-rc.0", "description": "A tool to migrate Synapse users and sessions to the Matrix Authentication Service", "license": "AGPL-3.0-only",